mirror of https://github.com/zulip/zulip.git
cron: Move fetch-tor-exit-nodes to not on the hour.
We see connection timeouts and other access issues when run exactly on the hour, either due to load on their servers from similar cron jobs, or from operational processes of theirs. Move to on the :17s to avoid these access issues.
This commit is contained in:
parent
54b08ee30b
commit
7202a98438
|
@ -2,4 +2,4 @@ SHELL=/bin/bash
|
|||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
USER=zulip
|
||||
|
||||
0 * * * * zulip /home/zulip/deployments/current/manage.py fetch_tor_exit_nodes
|
||||
17 * * * * zulip /home/zulip/deployments/current/manage.py fetch_tor_exit_nodes
|
||||
|
|
Loading…
Reference in New Issue