We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f907e26 commit 302b213Copy full SHA for 302b213
content/en/docs/cluster/cron-jobs.md
@@ -25,7 +25,7 @@ SHELL=/bin/bash
25
26
## If you only run daily or weekly projects this needs to only run once a day
27
## 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
+15 * * * * PATH_TO_GMT/venv/bin/python3 PATH_TO_GMT/cron/watchlist.py schedule &>> /var/log/green-metrics-jobs.log
29
30
## If you use CarbonDB you must at least update and compress once a day.
31
## If you want more current data run this more often.
0 commit comments