Skip to content

Commit 302b213

Browse files
committed
Updated cronjob name
1 parent f907e26 commit 302b213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/cluster/cron-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SHELL=/bin/bash
2525
2626
## If you only run daily or weekly projects this needs to only run once a day
2727
## If you use the commit or tag feature we recommend every 15 minutes
28-
15 * * * * PATH_TO_GMT/venv/bin/python3 PATH_TO_GMT/cron/timeline_projects.py schedule &>> /var/log/green-metrics-jobs.log
28+
15 * * * * PATH_TO_GMT/venv/bin/python3 PATH_TO_GMT/cron/watchlist.py schedule &>> /var/log/green-metrics-jobs.log
2929
3030
## If you use CarbonDB you must at least update and compress once a day.
3131
## If you want more current data run this more often.

0 commit comments

Comments
 (0)