Class ReplayExceptionScheduler
A plugin for the scheduler to recreate exceptions locally
Declaration
class ReplayExceptionScheduler
source linkDocumentation
This adds the following routes to the scheduler
* cause_of_failure
Methods
▶ def cause_of_failure(self, *args, keys=(), **kwargs) Return details of first failed task required by set of keys
Parameters
- keys : list of keys known to the scheduler
Returns
Reexports