mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Handle SIGINT and SIGTERM in process_user_activity by closing communication gracefully
(imported from commit dcf813fa8af1aaf5d6cc635268757e40c6c202ab)
This commit is contained in:
@@ -65,3 +65,6 @@ class SimpleQueueClient(object):
|
||||
|
||||
def start_consuming(self):
|
||||
self.channel.start_consuming()
|
||||
|
||||
def stop_consuming(self):
|
||||
self.channel.stop_consuming()
|
||||
|
||||
Reference in New Issue
Block a user