We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742f5fa commit 188449cCopy full SHA for 188449c
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