View source: R/heartbeat_loops.R
heartbeat | R Documentation |
The heartbeat loop updates the heartbeat key if the worker is still alive. If the kill key is set, the worker is killed. This function is called in a callr session.
heartbeat(
network_id,
config,
worker_id,
heartbeat_key,
heartbeat_period,
heartbeat_expire,
pid
)
network_id |
( |
config |
(redux::redis_config) |
worker_id |
( |
heartbeat_key |
( |
heartbeat_period |
( |
heartbeat_expire |
( |
pid |
( |
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.