Last active
November 6, 2021 18:34
-
-
Save bubenkoff/96e04fb219ff9edcd4f62b43b44a5c94 to your computer and use it in GitHub Desktop.
Force elastic beanstalk cron job to run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws sqs send-message --queue-url=<queue url> --message-body='elasticbeanstalk scheduled job' --message-attributes '{"beanstalk.sqsd.path": {"DataType": "String", "StringValue": "<task url>"}, "beanstalk.sqsd.scheduled_time": {"DataType": "String", "StringValue": "2001-02-03T00:00:00+00:00"}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment