Package: heartbeatr 0.6.0
heartbeatr: Heartbeat Support using 'Redis'
Simple heartbeat support for R using 'Redis'. A heartbeat is a background thread that acts as a dead-man's switch. It will create a key on Redis that will automatically expire after a number of seconds and then periodically refresh that key, even when the R process is busy. If the process dies for some reason, then the key will disappear. A heartbeat can be used to detect loss of worker processes on shared systems.
Authors:
heartbeatr_0.6.0.tar.gz
heartbeatr_0.6.0.tgz(r-4.4-x86_64)heartbeatr_0.6.0.tgz(r-4.4-arm64)heartbeatr_0.6.0.tgz(r-4.3-x86_64)heartbeatr_0.6.0.tgz(r-4.3-arm64)
heartbeatr_0.6.0.tar.gz(r-4.5-noble)heartbeatr_0.6.0.tar.gz(r-4.4-noble)
heartbeatr.pdf |heartbeatr.html✨
heartbeatr/json (API)
# Install 'heartbeatr' in R: |
install.packages('heartbeatr', repos = c('https://mrc-ide.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mrc-ide/heartbeatr/issues
Last updated 4 years agofrom:f44cee1ef8 (on master). Checks:OK: 1 NOTE: 5. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-linux-x86_64 | NOTE | Oct 26 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 26 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 26 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 26 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 26 2024 |
Exports:heartbeatheartbeat_send_signal
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create a heartbeat instance | heartbeat |
Send a signal | heartbeat_send_signal |