Skip to content

Commit d2bd280

Browse files
author
Kyle Keating
committed
Add FREQUENCY and POLLING_TIME_MAX to production default workers
This allows default workers to make several requests before giving up on an SQS trigger event.
1 parent 3e02ed4 commit d2bd280

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/master-change.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ jobs:
7676
LOCATION_CONTEXT=Default,
7777
LOCATION_KEY=${{ matrix.region.key }},
7878
LOCATION_SECRET=${{ secrets.LOCATION_SECRET_PROD_DEFAULT }},
79-
WORKER_LOGGING=off
79+
WORKER_LOGGING=off,
80+
POLLING_TIME_MAX=5000,
81+
FREQUENCY=1000
8082
aws_access_key_id: ${{ secrets.AWS_PROD_ACCESS_KEY_ID }}
8183
aws_secret_access_key: ${{ secrets.AWS_PROD_SECRET_ACCESS_KEY }}
8284
aws_region: ${{ matrix.region.name }}

0 commit comments

Comments
 (0)