diff --git a/events/src/utils.py b/events/src/utils.py index 83780414d5..9a7d853965 100644 --- a/events/src/utils.py +++ b/events/src/utils.py @@ -467,6 +467,7 @@ def restart(self): # In transit messages are skipped, since webhooks monitor process # is terminated. self.proc.terminate() + self.proc.join() self.start() def send(self, event_type, event_ts, message):