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

Handle thread safety wrt the messaging API in callbacks #3145

Merged
merged 2 commits into from
May 2, 2019

Commits on May 2, 2019

  1. Handle thread safety wrt the messaging API in callbacks

    The message callbacks are run in a thread by Twisted, and must therefore
    call the messaging API with the proper Twisted wrapper to ensure thread
    safety.
    
    See: https://fedora-messaging.readthedocs.io/en/stable/consuming.html#synchronous-and-asynchronous-calls
    
    Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
    abompard authored and bowlofeggs committed May 2, 2019
    Configuration menu
    Copy the full SHA
    e07fc25 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into 'fix-consumers-threading'

    mergify-bot committed May 2, 2019
    Configuration menu
    Copy the full SHA
    4c2bce9 View commit details
    Browse the repository at this point in the history