mirror of
https://github.com/corda/corda.git
synced 2025-03-22 03:55:26 +00:00
* Exponential back off for retries * Log back-off * Jitter back off timing * Set the minimum back-off to 10s * Refactor code to be only called when required. * Spelling * Make condition purely based on `Chronic` interface * Make timer a daemon thread