Skip to content

Commit

Permalink
chore: ✅ added a rate array to be test
Browse files Browse the repository at this point in the history
  • Loading branch information
KillDozerX2 committed Apr 1, 2022
1 parent c46070b commit cfdf176
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test-service/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ functions:
- schedule:
rate: cron(0 5 * * ? *)
timezone: America/New_York
- schedule:
rate:
- cron(0 5 * * ? *)
- cron(0 6 * * ? *)
timezone: America/New_York

0 comments on commit cfdf176

Please sign in to comment.