Structs§
- JobDefinition
- Reusable registration value for a
TaskHandler.
Enums§
- Batch
Task Result - Result returned by a batch task handler.
- Task
Handler Outcome - Outcome returned by type-erased task handlers.
Traits§
- Batch
Task Handler - Core trait for defining batch task handlers.
- Into
Batch Task Handler Result - Trait for converting batch task return types into a standardized result.
- Into
Task Handler Result - Trait for converting task handler return types into a standardized Result.
- Task
Handler - Core trait for defining task handlers in Graphile Worker.
Functions§
- run_
task_ from_ worker_ ctx - Internal function to execute a task handler from a worker context.
Type Aliases§
- Task
Handler Fn - Type-erased function used by workers to run a task from a
WorkerContext.