mirror of
https://github.com/corda/corda.git
synced 2025-04-19 00:27:13 +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