Created
December 15, 2016 13:11
-
-
Save jayjanssen/3658a7a8abc44ff15029e56e4ae964c3 to your computer and use it in GitHub Desktop.
convox scheduled jobs
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
testschedule: | |
build: . | |
command: "tail -f /dev/null" | |
labels: | |
- convox.cron.myjob=* * * * ? echo "Hello"; sleep 120; echo "slept" | |
- convox.cron.secondjob=[26,27,28] * * * ? echo "Hello 2" | |
- convox.cron.thirdjob=*/2 * * * ? echo "Hello 3" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment