TaskBunny v0.3.4 TaskBunny.Config View Source
Handles TaskBunny configuration.
Link to this section Summary
Functions
Returns true if auto start is enabled
Returns connect options for the host
Disable auto start manually
Returns true if worker is disabled
Returns the list of failure backends
Returns configuration for the host
Returns list of hosts
Returns the max overflow for the publisher poolboy. 0 by default
Returns the publisher pool size for poolboy. 15 by default
Returns a queue for the given job
Returns list of queues
Transforms queue configuration into list of workers for the application to run
Link to this section Functions
Returns true if auto start is enabled.
Returns connect options for the host.
Disable auto start manually.
Returns true if worker is disabled.
Returns the list of failure backends.
It returns TaskBunny.FailureBackend.Logger
by default.
Returns configuration for the host.
Examples
iex> host_config(:default)
[connection_options: "amqp://localhost?heartbeat=30"]
Returns list of hosts.
Returns the max overflow for the publisher poolboy. 0 by default
Returns the publisher pool size for poolboy. 15 by default
Returns a queue for the given job.
Returns list of queues.
Transforms queue configuration into list of workers for the application to run.