SUPERVISION_POLL_FREQUENCY

Static SUPERVISION_POLL_FREQUENCY 

Source
pub static SUPERVISION_POLL_FREQUENCY: Key<Duration>
Expand description

Time between checks of actor states to create supervision events for owners. The longer this is, the longer it will take to detect a failure and report it to all subscribers; however, shorter intervals will send more frequent messages and heartbeats just to see everything is still running. The default is chosen to balance these two objectives. This also controls how frequently the healthy heartbeat is sent out to subscribers if there are no failures encountered.