9 lines
297 B
Text
9 lines
297 B
Text
# ── environment is inherited from Docker, so your .env values will be visible ──
|
|
|
|
# run sync every 5 minutes
|
|
*/5 * * * * root /usr/local/bin/python /app/sync.py
|
|
|
|
# run dispatch every minute
|
|
* * * * * root /usr/local/bin/python /app/dispatch.py
|
|
|
|
# (blank line required at end)
|