removeQueue | R Documentation |
Removing a doRedis queue cleans up associated keys in the Redis database and signals to workers listening on the queue to terminate. Workers terminate after their timeout period after their work queue is deleted.
removeQueue(queue)
queue |
the doRedis queue name |
NULL
is invisibly returned; this function is called for the side effect of removing
Redis keys associated with the specified queue.
Workers listening for work on more than one queue will only
terminate after all their queues have been deleted. See registerDoRedis
for an example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.