Not needed.
This is a vestigial file from when the two scripts were going to be run by a `cron` job.
This commit is contained in:
parent
21a91e6c17
commit
8bc512d9ae
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
# ── 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)
|
|
Loading…
Reference in a new issue