mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
worker: Remove SignupWorker and friends.
ZULIP_FRIENDS_LIST_ID and MAILCHIMP_API_KEY are not currently used in production. This removes the unused 'signups' queue and worker.
This commit is contained in:
committed by
Tim Abbott
parent
01658e39a9
commit
c2526844e9
@@ -349,17 +349,6 @@ define service {
|
||||
contact_groups admins
|
||||
}
|
||||
|
||||
define service {
|
||||
use generic-service
|
||||
service_description Check RabbitMQ signups consumers
|
||||
check_command check_rabbitmq_consumers!signups
|
||||
# Workaround weird checks 40s after first error causing alerts
|
||||
# from a single failure because cron hasn't run again yet
|
||||
max_check_attempts 3
|
||||
hostgroup_name frontends
|
||||
contact_groups admins
|
||||
}
|
||||
|
||||
define service {
|
||||
use generic-service
|
||||
service_description Check RabbitMQ digest email consumers
|
||||
|
||||
Reference in New Issue
Block a user