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:
Jordan Wages 2025-05-05 03:37:07 -05:00
parent 21a91e6c17
commit 8bc512d9ae

View file

@ -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)