Files
term_portal/express/scheduled/crontab
T
2022-12-07 04:43:36 +01:00

5 lines
300 B
Plaintext

# do daily/weekly/monthly maintenance
# min hour day month weekday command
0 2 * * * node /usr/src/app/scheduled/batch_update_linked.js zrc # Sync daily.
5 2 * * * node /usr/src/app/scheduled/batch_update_linked.js # Sync daily.