From 0dc592b3e420f4979f173fadfd4f3e01769ce53a Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 23 Aug 2024 20:11:30 -0300 Subject: [PATCH] Update autoscale.yml --- .github/workflows/autoscale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}