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

Ensure flask context for job_failure handlers #41

Merged
merged 1 commit into from
May 2, 2024

Conversation

bigjools
Copy link
Collaborator

@bigjools bigjools commented May 2, 2024

For the flask_spinach object, similarly to the existing job_started and job_finished signal handlers, there's now also a job_failed handler that subclasses can use. These handlers are in place to ensure that the app context is pushed before the handlers are called.

For the flask_spinach object, similarly to the existing job_started and
job_finished signal handlers, there's now also a job_failed handler that
subclasses can use. These handlers are in place to ensure that the app
context is pushed before the handlers are called.
@bigjools bigjools merged commit ae78a32 into NicolasLM:master May 2, 2024
7 checks passed
@bigjools bigjools deleted the failure_signal_context branch May 2, 2024 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant