setFtinterval {doRedis}R Documentation

Set the fault tolerance check interval in seconds.

Description

Failed tasks are automatically re-submitted to the work queue. The setFtinterval sets an upper bound on how frequently the system checks for failure. See the package vignette for discussion and examples.

Usage

setFtinterval(value = 30)

Arguments

value

positive integer number of seconds

Value

value is invisibly returned (this function is used for its side effect).


[Package doRedis version 3.0.2 Index]