Package: heartbeatr 0.6.0

Rich FitzJohn

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:Rich FitzJohn [aut, cre], Imperial College of Science, Technology and Medicine [cph]

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

Uses libs:
  • hiredis– Minimalistic C client library for Redis
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

hirediscpp

2.30 score 2 stars 2 scripts 211 downloads 2 exports 4 dependencies

Last updated from:f44cee1ef8 (on master). Checks:8 NOTE, 1 OK, 4 FAIL. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64NOTE108
linux-devel-x86_64NOTE119
source / vignettesOK168
linux-release-arm64NOTE111
linux-release-x86_64NOTE115
macos-release-arm64NOTE102
macos-release-x86_64NOTE170
macos-oldrel-arm64NOTE86
macos-oldrel-x86_64NOTE154
windows-develFAIL78
windows-releaseFAIL70
windows-oldrelFAIL81
wasm-releaseFAIL98

Exports:heartbeatheartbeat_send_signal

Dependencies:digestR6reduxstorr