mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Always enable SlowQueryWorker.
(imported from commit 05aa98d60c34e95df0b41fe9d25d909fea547ddc)
This commit is contained in:
@@ -209,7 +209,7 @@ class FeedbackBot(QueueProcessingWorker):
|
||||
def consume(self, event):
|
||||
self.staging_client.forward_feedback(event)
|
||||
|
||||
@assign_queue('slow_queries', enabled=settings.ERROR_BOT is not None)
|
||||
@assign_queue('slow_queries')
|
||||
class SlowQueryWorker(QueueProcessingWorker):
|
||||
def start(self):
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user