mirror of
https://github.com/corda/corda.git
synced 2025-03-16 00:55:24 +00:00
* Add jitter to flow retries See https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/ * Add two seconds timeout to `timed flow is retried` test * Minimum jittered delay is one second * Adjust default retry config Make sure the last retry fires after more than 20 minutes, which is twice the default network map update. This way the notary should have the latest network map when the last retry kicks in.