Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure flask context for job_failure handlers
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.
- Loading branch information