Skip to content

Instantly share code, notes, and snippets.

@laughk
Created February 20, 2019 02:05
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 laughk/564c3a334ac0c93afe2d017247d5ad5f to your computer and use it in GitHub Desktop.
Save laughk/564c3a334ac0c93afe2d017247d5ad5f to your computer and use it in GitHub Desktop.
- name: batch 1
cron: '0 16 * * ? *' # Scheduled Event 用の cron 式を記載
command: batchcommand arg1 arg2 # `python manage.py` に続くコマンド
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment