Skip to content

Commit

Permalink
fix(serverless): set schedule rate of 1 hour + increase timeout to 10…
Browse files Browse the repository at this point in the history
… minutes
  • Loading branch information
hfreire committed Feb 26, 2020
1 parent dbbeb45 commit ce196ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ functions:
handler:
handler: build/index.handler
events:
- schedule: rate(30 minutes)
timeout: 480
- schedule: rate(1 hour)
timeout: 600

resources:
Resources:
Expand Down

0 comments on commit ce196ec

Please sign in to comment.