Stargate.Receiver.Supervisor.init
You're seeing just the function
init
, go back to Stargate.Receiver.Supervisor module for more information.
Generates a list of child processes to initialize and
start them under the supervisor with a :one_for_all
strategy
to ensure messages are not dropped if any single stage in
the pipeline fails.
The processors stage is configurable to a desired number of processes for parallelizing complex or long-running message handling operations.