demergent-labs / ic-strategy-planning

2 stars 0 forks source link

Native Granular Heartbeat #13

Closed lastmjs closed 1 year ago

lastmjs commented 2 years ago

Heartbeat right now is way too expensive basically because it runs ~every second. We should be able to customize this, very similar to other cron solutions. We also need to be able to register multiple heartbeats within a single canister.

Prior Art

Next Steps

lastmjs commented 1 year ago

The timers API is out, which improves greatly upon heartbeat.