mirror of https://github.com/zulip/zulip.git
[manual] Move write-rabbitmq-consumers-state-file to bin/.
We need to do a puppet apply immediately after deploying this, or our rabbitmq consumer state files will become stale. (imported from commit 18696a5a8b1ff431425d1f71c208acc9bf0694f2)
This commit is contained in:
parent
fffd4f3c59
commit
f41f0e4084
|
@ -2,9 +2,9 @@ SHELL=/bin/bash
|
|||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
USER=root
|
||||
|
||||
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file notify_tornado
|
||||
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file user_activity
|
||||
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file user_activity_interval
|
||||
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file user_presence
|
||||
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file invites
|
||||
* * * * * root /home/zulip/deployments/current/tools/write-rabbitmq-consumers-state-file signups
|
||||
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file notify_tornado
|
||||
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file user_activity
|
||||
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file user_activity_interval
|
||||
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file user_presence
|
||||
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file invites
|
||||
* * * * * root /home/zulip/deployments/current/bin/write-rabbitmq-consumers-state-file signups
|
||||
|
|
Loading…
Reference in New Issue