Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
resif_amqp_worker
Commits
bdc9bf74
Commit
bdc9bf74
authored
Feb 24, 2022
by
Jonathan Schaeffer
Browse files
receiver gracefully close
parent
6d4340aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
amqpWorker.py
View file @
bdc9bf74
...
...
@@ -226,5 +226,6 @@ if __name__ == "__main__":
logger
.
critical
(
traceback
.
format_exc
())
logger
.
critical
(
str
(
err
))
raise
receiver
.
close
()
connection
.
close
()
logger
.
info
(
"amqp worker quitting"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment