Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
grrrrr
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Oct 25, 2023
1 parent 1474915 commit 552b7b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/dev-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ extraEnvVars: &envVars
- name: SERVERLESS_ALTO_DLQ
value: https://sqs.us-east-1.amazonaws.com/031107666127/space-stone-production-alto-xml-dlq
- name: SERVERLESS_BATCH_SIZE
value: 10
value: "10"
- name: SERVERLESS_COPY_DLQ
value: https://sqs.us-east-1.amazonaws.com/031107666127/space-stone-production-copy-dlq
- name: SERVERLESS_COPY_SQS_URL
Expand Down
2 changes: 1 addition & 1 deletion ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ extraEnvVars: &envVars
- name: SERVERLESS_ALTO_DLQ
value: https://sqs.us-east-1.amazonaws.com/031107666127/space-stone-production-alto-xml-dlq
- name: SERVERLESS_BATCH_SIZE
value: 10
value: "10"
- name: SERVERLESS_COPY_DLQ
value: https://sqs.us-east-1.amazonaws.com/031107666127/space-stone-production-copy-dlq
- name: SERVERLESS_COPY_SQS_URL
Expand Down

0 comments on commit 552b7b8

Please sign in to comment.