mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
queue: Remove missedmessage_email_senders.
This commit is contained in:
committed by
Tim Abbott
parent
a583da67b3
commit
4c5a8e6f0c
@@ -14,7 +14,7 @@ sanity_check.check_venv(__file__)
|
||||
|
||||
# TODO: Convert this to use scripts/lib/queue_workers.py
|
||||
TOOLS_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
successful_worker_launch = '[process_queue] 18 queue worker threads were launched\n'
|
||||
successful_worker_launch = '[process_queue] 17 queue worker threads were launched\n'
|
||||
|
||||
def check_worker_launch(run_dev: "subprocess.Popen[str]") -> bool:
|
||||
failed = False
|
||||
|
Reference in New Issue
Block a user