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][IMP] queue_job: run specific hook method after max_retries #674

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from

Commits on Jul 26, 2024

  1. [IMP] queue_job: run specific hook method after max_retries

    When a job has been tried for max_retries but still fails, final FailedJobError is raised and job is set to Failed.
    This PR enables developers to run a specific hook method when this happens.
    QuocDuong1306 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    39cf2df View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    e96970f View commit details
    Browse the repository at this point in the history