diff --git a/caldav-cron b/caldav-cron deleted file mode 100644 index e8f6d8c..0000000 --- a/caldav-cron +++ /dev/null @@ -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)