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:
Alex Vandiver 2023-04-04 19:11:56 +00:00 committed by Tim Abbott
parent 54b08ee30b
commit 7202a98438
1 changed files with 1 additions and 1 deletions

View File

@ -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