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 3851fdd
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 All @@ -57,6 +58,9 @@ name = 'aiida-core'
readme = 'README.md'
requires-python = '>=3.9'

[tool.uv.sources]
aiormq = {git = "https://github.com/unkcpz/aiormq", rev = "f4da0adbddfec4b984f44093e8d04021fb163464"}

[project.entry-points.'aiida.brokers']
'core.rabbitmq' = 'aiida.brokers.rabbitmq.broker:RabbitmqBroker'

Expand Down
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 3851fdd

Please sign in to comment.