Skip to content

Commit

Permalink
Post slack feedback weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley authored and Virginia Dooley committed Sep 12, 2024
1 parent f50f9c7 commit 5b8b908
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 @@ -160,7 +160,7 @@ Resources:
BatchFeedbackToSlack:
Type: Schedule
Properties:
Schedule: cron(0 9 ? * * *) # 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
Schedule: cron(0 9 ? * FRI *) # 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=24"]}'
Expand Down

0 comments on commit 5b8b908

Please sign in to comment.