Replies: 1 comment 10 replies
-
I can't speak fully for the motivation of 1 second, but this is the wait after a create fails with a 500+ code. Those errors are also subject to the retry settings in your config, which makes the 1 second retry redundant. For 6.5+ that defaults to 10 retries and a starting exponential timeout of 100 ms. Those retries will happen before this wait kicks in. Also createOrReplace functionality has now been deprecated. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
BaseOperation#createOrReplace
Why it is hardcoded as 1s? it's likely to timeout when API server has even a little pressure.
Beta Was this translation helpful? Give feedback.
All reactions