resubmit: Re-submit a future to the task queue

View source: R/RedisFuture-class.R

resubmitR Documentation

Re-submit a future to the task queue

Description

Re-submit a future to the task queue

Usage

resubmit(future, redis)

Arguments

future

An object of class RedisFuture.

redis

A redux Redis connection.

Value

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.


bwlewis/future.redis documentation built on May 12, 2023, 1:52 a.m.