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.6-x86_64)heartbeatr_0.6.0.tgz(r-4.6-arm64)heartbeatr_0.6.0.tgz(r-4.5-x86_64)heartbeatr_0.6.0.tgz(r-4.5-arm64)
heartbeatr_0.6.0.tar.gz(r-4.7-arm64)heartbeatr_0.6.0.tar.gz(r-4.7-x86_64)heartbeatr_0.6.0.tar.gz(r-4.6-arm64)heartbeatr_0.6.0.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
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 from:f44cee1ef8 (on master). Checks:8 NOTE, 1 OK, 4 FAIL. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 108 | ||
| linux-devel-x86_64 | NOTE | 119 | ||
| source / vignettes | OK | 168 | ||
| linux-release-arm64 | NOTE | 111 | ||
| linux-release-x86_64 | NOTE | 115 | ||
| macos-release-arm64 | NOTE | 102 | ||
| macos-release-x86_64 | NOTE | 170 | ||
| macos-oldrel-arm64 | NOTE | 86 | ||
| macos-oldrel-x86_64 | NOTE | 154 | ||
| windows-devel | FAIL | 78 | ||
| windows-release | FAIL | 70 | ||
| windows-oldrel | FAIL | 81 | ||
| wasm-release | FAIL | 98 |
Exports:heartbeatheartbeat_send_signal
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a heartbeat instance | heartbeat |
| Send a signal | heartbeat_send_signal |
