rrq_worker_config_read | R Documentation |
Return the value of a of worker configuration saved by
rrq_worker_config_save()
rrq_worker_config_read(name, timeout = 0, controller = NULL)
name |
Name of the configuration (see
|
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 |
obj <- rrq_controller("rrq:example")
cfg <- rrq_worker_config("fast")
rrq_worker_config_save("use-fast", cfg, controller = obj)
rrq_worker_config_read("use-fast", controller = obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.