View source: R/RedisFuture-class.R
resubmit | R Documentation |
Re-submit a future to the task queue
resubmit(future, redis)
future |
An object of class RedisFuture. |
redis |
A redux Redis connection. |
If the number of retries is less than or equal to the maximum number of retries, then the re-submitted future is invisibly returned. Otherwise NULL is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.