Skip to content

Commit

Permalink
Use aiormq with closing fix that gracefully teardown RMQ connection
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Dec 20, 2024
1 parent 02cbe0c commit c7f02fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
'numpy~=1.21',
'paramiko~=3.0',
'plumpy~=0.22.3',
'aiormq',
'pgsu~=0.3.0',
'psutil~=5.6',
'psycopg[binary]~=3.0',
Expand Down Expand Up @@ -509,3 +510,6 @@ passenv =
AIIDA_TEST_WORKERS
commands = molecule {posargs:test}
"""

[tool.uv.sources]
aiormq = {git = "https://github.com/unkcpz/aiormq", rev = "f4da0adbddfec4b984f44093e8d04021fb163464"}
8 changes: 3 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7f02fe

Please sign in to comment.