TaskBunny v0.3.2 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
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
Stops consuming messages from queue. Note this doesn’t terminate the process and the jobs currently running will continue so.