Skip to content

Commit

Permalink
Ensure service email queue gets consumed (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w authored May 4, 2020
1 parent 958ad6a commit 7cd0fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opwen_email_server/integration/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def print_queues(separator):
config.REGISTER_CLIENT_QUEUE,
config.INBOUND_STORE_QUEUE,
config.WRITTEN_STORE_QUEUE,
config.PROCESS_SERVICE_QUEUE,
config.SEND_QUEUE,
config.MAILBOX_RECEIVED_QUEUE,
config.MAILBOX_SENT_QUEUE,
Expand Down

0 comments on commit 7cd0fef

Please sign in to comment.