Skip to content

Commit 8ca7e21

Browse files
committed
docs(python-sdk): clarify transport retry methods exclude mutating verbs by default
1 parent 7072ce8 commit 8ca7e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/hatchet_sdk/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class TenacityConfig(BaseSettings):
100100
)
101101
retry_transport_methods: list[str] = Field(
102102
default_factory=lambda: ["GET", "DELETE"],
103-
description="HTTP methods to retry on transport errors when retry_transport_errors is enabled.",
103+
description="HTTP methods to retry on transport errors when retry_transport_errors is enabled; excludes POST/PUT/PATCH by default due to idempotency concerns.",
104104
)
105105

106106

0 commit comments

Comments
 (0)