Skip to content

Commit

Permalink
Change schedule of cloudwatchToS3 to run every 4 hours.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Sep 25, 2023
1 parent f10b4cf commit 3755f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/tasks/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cloudwatchToS3:
handler: src/tasks/cloudwatchToS3.handler
timeout: 900
events:
- schedule: rate(5 minutes)
- schedule: rate(4 hours)
reservedConcurrency: 1
memorySize: 4096

Expand Down

0 comments on commit 3755f5b

Please sign in to comment.