MCPcopy Create free account
hub / github.com/calebwin/pgclaw / process_heartbeats

Function process_heartbeats

src/worker.rs:761–765  ·  view source on GitHub ↗

Check and fire due heartbeats.

()

Source from the content-addressed store, hash-verified

759
760/// Check and fire due heartbeats.
761fn process_heartbeats() {
762 BackgroundWorker::transaction(|| {
763 Spi::run("SELECT claw.tick()").ok();
764 });
765}
766
767// ── Internal types ────────────────────────────────────────────────────
768

Callers 1

pgclaw_worker_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected