TaskBunny v0.3.4 TaskBunny.Worker View Source
A GenServer that listens a queue and consumes messages.
You don’t have to call or start worker explicity. TaskBunny loads config and starts workers automatically for you.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Stops consuming messages from queue. Note this doesn’t terminate the process and the jobs currently running will continue so
Link to this section Types
Struct that represents a state of the worker GenServer.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Stops consuming messages from queue. Note this doesn’t terminate the process and the jobs currently running will continue so.