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

[17.0] [IMP] queue_job: HA job runner using session level advisory lock #673

Open
wants to merge 4 commits into
base: 17.0
Choose a base branch
from

Commits on Jul 18, 2024

  1. [FIX] queue_job: close connection to databases without job queue

    Without this, we leak connections to Databases that don't have queue_job
    installed.
    sbidoul authored and qgroulard committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1b3fd3a View commit details
    Browse the repository at this point in the history
  2. [FIX] queue_job: handle exceptions in Database constructor

    Without this we risk connection leaks in case of exceptions in the
    constructor.
    sbidoul authored and qgroulard committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6434263 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a24b5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    918a966 View commit details
    Browse the repository at this point in the history