Quantum v2.3.0 Quantum.ExecutorSupervisor View Source

This ConsumerSupervisor is responsible to start a job for every execute event.

Link to this section Summary

Link to this section Functions

Link to this function start_link(opts) View Source
start_link(%{
  name: GenServer.server(),
  execution_broadcaster: GenServer.server(),
  task_supervisor: GenServer.server(),
  task_registry: GenServer.server(),
  cluster_task_supervisor_registry: nil | GenServer.server(),
  debug_logging: boolean()
}) :: GenServer.on_start()
Link to this function start_link(name, execution_broadcaster, task_supervisor, task_registry, debug_logging) View Source