Backoff strategy
If the Retry property is set to true, and the probe fails to establish a connection or loses an existing connection to the device, the probe reverts to a backoff strategy.
The probe's backoff strategy is to try to reestablish a connection at successive intervals of one second, two seconds, four seconds, eight seconds, and so on, up to a maximum of 4096 seconds. When the maximum retry interval is reached, the probe stops trying to reconnect and will not try again until it is restarted.