We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c602c commit 4025164Copy full SHA for 4025164
nucleus/retry_strategy.py
@@ -1,4 +1,4 @@
1
# TODO: use retry library instead of custom code. Tenacity is one option.
2
class RetryStrategy:
3
- statuses = {503, 524, 504}
+ statuses = {503, 524, 520, 504}
4
sleep_times = [1, 3, 9]
0 commit comments