fetch_activity cron job: run the job just once a day
This commit is contained in:
parent
d7e6c95a4c
commit
942d1d92ce
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1 @@
|
|||
#MAILFROM=taskotron@fedoraproject.org
|
||||
#MAILTO=sysadmin-qa-members@fedoraproject.org
|
||||
#0 1,13 * * * root python /root/fetch_activity.py -u {{ resultsdb_url }} -f {{ resultsdb_frontend_url }} -t 12 > /root/fetch_activity_logs/fetch_activity_$(date "+\%H\%M_\%m\%d\%y").log
|
||||
0 1,13 * * * root python /root/fetch_activity.py -u {{ resultsdb_url }} -f {{ resultsdb_external_url }} -t 12 | mailx -r taskotron@fedoraproject.org -s 'Taskotron status: {{ deployment_type }} from '$(date "+\%Y-\%m-\%d") sysadmin-qa-members@fedoraproject.org
|
||||
0 0 * * * root python /root/fetch_activity.py -u {{ resultsdb_url }} -f {{ resultsdb_external_url }} -t 24 | mailx -r taskotron@fedoraproject.org -s 'Taskotron status: {{ deployment_type }} from '$(date "+\%Y-\%m-\%d") sysadmin-qa-members@fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue