Quantum v2.2.1 Quantum.Executor View Source
Task to actually execute a Task
Link to this section Summary
Functions
Start the Task
Link to this section Functions
Link to this function
start_link(arg1, arg2)
View Source
start_link({GenServer.server, GenServer.server}, {:execute, Quantum.Job.t}) :: {:ok, pid}
Start the Task
Arguments
task_supervisor
- The supervisor that runs the tasktask_registry
- The registry that knows if a task is already runningmessage
- The Message to Execute ({:execute, %Job{}}
)