setFtinterval: Set the fault tolerance check interval in seconds.

View source: R/doRedis.R

setFtintervalR 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).


doRedis documentation built on May 2, 2023, 5:10 p.m.