pub const HEARTBEAT: Duration;
Expand description

Heartbeat used to verify that actors are progressing.

If an actor does not advertise a progress within an interval of duration HEARTBEAT, its supervisor will consider it as blocked and will proceed to kill it, as well as all of the actors all the actors that share the killswitch.