mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
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
|
||||
|
Reference in New Issue
Block a user