Return the value of a of worker configuration saved by rrq_worker_config_save()

rrq_worker_config_read(name, timeout = 0, controller = NULL)

Arguments

name

Name of the configuration (see rrq_worker_config_list())

timeout

Optionally, a timeout to wait for a worker configuration to appear. Generally you won't want to set this, but it can be used to block until a configuration becomes available.

controller

The controller to use. If not given (or NULL) we'll use the controller registered with rrq_default_controller_set().