Skip to content

Commit

Permalink
Increase feedback to be sent hourly
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Mar 28, 2023
1 parent bd509c6 commit 92b1f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Resources:
Schedule: cron(0 9 ? * 6 *) # using the ? as you cannot use * wildcard for both day-of-month and day-of-week field. See https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
Name: batch-feedback-to-slack
Description: Send feedback entries for the last week to slack
Input: '{"command": "batch_feedback_to_slack", "args": ["--hours=168"]}'
Input: '{"command": "batch_feedback_to_slack", "args": ["--hours=1"]}'
ImportHustings:
Type: Schedule
Properties:
Expand Down

0 comments on commit 92b1f1c

Please sign in to comment.