-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Description
Since #38296, the RetryTillSaveStore
class has been deprecated in favor of a fallback implementation in Lock
whenever the store does not implements BlockingStoreInterface
.
However, this fallback implem (as well as BlockingStoreInterface
implems anyway) is not providing a way to fine-tune the retry-sleep and maximum nb of attempts on contrary of RetryTillSaveStore
.
Is this something desirable?
BusterNeece, olsavmic, mattjanssen and jbdelhommeau