Initial Code Commit
This commit is contained in:
commit
3b709107bb
5 changed files with 386 additions and 0 deletions
9
caldav-cron
Normal file
9
caldav-cron
Normal file
|
@ -0,0 +1,9 @@
|
|||
# ── 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…
Add table
Add a link
Reference in a new issue