You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdks/python/hatchet_sdk/config.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ class TenacityConfig(BaseSettings):
100
100
)
101
101
retry_transport_methods: list[str] =Field(
102
102
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.",
0 commit comments