Skip to content

Commit

Permalink
change schedule to guatemala time
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Mar 20, 2024
1 parent 6a20243 commit de13a6a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions projects/scrape-txs/deploy/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ functions:
environment:
DATABASE_URL: ${env:DATABASE_URL}
events:
# Invoke Lambda function every day at 7am
- schedule: cron(0 7 * * ? *)
# Invoke Lambda function every day at 7am Guatemala time
- schedule:
method: scheduler
rate:
- cron(0 7 * * ? *)
timezone: America/Guatemala

0 comments on commit de13a6a

Please sign in to comment.