Skip to content

Commit 95cb46e

Browse files
committed
Merge branch 'feature/catch_conflicts' into 'develop'
Added: 409 to retry error list See merge request colorifix/python-notion-api!55
2 parents 742f5fa + 188449c commit 95cb46e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python_notion_api/async_api

python_notion_api/async_api/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(
3737
self._default_retry_strategy = RetryStrategy(
3838
total=3,
3939
backoff_factor=0.1,
40-
status_forcelist=[429, 500, 502, 503, 504],
40+
status_forcelist=[429, 500, 502, 503, 504, 409],
4141
)
4242
self._page_limit = page_limit
4343

0 commit comments

Comments
 (0)