Last active
November 10, 2016 10:31
-
-
Save morugu/59a5b18b8bbae24ae627bde444467f93 to your computer and use it in GitHub Desktop.
aws-eb-queue-worker-cron-sample-yaml
This file contains hidden or 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
version: 1 | |
cron: | |
- name: "send-test-event" | |
url: "/send-test-event" | |
schedule: "* * * * *" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment