We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 742f5fa + 188449c commit 95cb46eCopy full SHA for 95cb46e
1 file changed
python_notion_api/async_api/api.py
@@ -37,7 +37,7 @@ def __init__(
37
self._default_retry_strategy = RetryStrategy(
38
total=3,
39
backoff_factor=0.1,
40
- status_forcelist=[429, 500, 502, 503, 504],
+ status_forcelist=[429, 500, 502, 503, 504, 409],
41
)
42
self._page_limit = page_limit
43
0 commit comments