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

[16.0] [ENH] queue_job: identity_key enhancements #546

Commits on Jun 16, 2023

  1. [16.0] [ENH] queue_job: identity_key enhancements

    1. In production, a job which is waiting dependencies or which
    has started, but not completed, should not be repeated if
    the identity_key matches.
    2. In tests, the mock queue handler is now enhanced to allow
    better mimicking of the identity_key blocks from production.
    3. In tests, the mock queue handler now clears the enqueued jobs
    after performing them, to better reproduce what a production
    environment would do.
    Richard deMeester committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    28108ff View commit details
    Browse the repository at this point in the history