diff --git a/.github/workflows/autoscale.yml b/.github/workflows/autoscale.yml index 6ab7ca74..189a1755 100644 --- a/.github/workflows/autoscale.yml +++ b/.github/workflows/autoscale.yml @@ -1,7 +1,7 @@ name: Simple Autoscaler on: schedule: - - cron: '*/0.5 * * * *' + - cron: '*/1 * * * *' env: BULL_AUTH_KEY: ${{ secrets.BULL_AUTH_KEY }}