Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies: Update requirements for kiwipy and plumpy #5732

Merged
merged 2 commits into from
Jul 2, 2024

Commits on Jul 2, 2024

  1. Dependencies: Update requirements for kiwipy and plumpy

    The new version `kiwipy==0.8` and `plumpy==0.22` provide compatiblity
    with newer versions of `aio-pika==8.0` which comes with various
    connection stability improvements.
    
    The only known problem is that `Communicator.close()` times out if at
    least one process has been run. A test is added to capture this behavior
    in `tests/manage/test_manager.py` which currently fails as a
    `TimeoutError` is thrown. A lot of debugging has not yet led to finding
    the cause nor a solution.
    
    Since this behavior only seems to be appearing in the tests and does not
    seem to affect regular usage, the upgrade is accepted regardless.
    sphuber committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    432f1e6 View commit details
    Browse the repository at this point in the history
  2. Manager: Catch TimeoutError when closing communicator

    The exception is caught and logged as a warning.
    sphuber committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    323acee View commit details
    Browse the repository at this point in the history