Skip to content

Instantly share code, notes, and snippets.

@jayjanssen
Created December 15, 2016 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayjanssen/3658a7a8abc44ff15029e56e4ae964c3 to your computer and use it in GitHub Desktop.
Save jayjanssen/3658a7a8abc44ff15029e56e4ae964c3 to your computer and use it in GitHub Desktop.
convox scheduled jobs
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