We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af07ce9 commit 577b830Copy full SHA for 577b830
1 file changed
workers.md
@@ -105,6 +105,9 @@ Notes:
105
- `CONDUCTOR_HTTP2_ENABLED` controls whether the SDK uses HTTP/2 for outbound requests to Conductor (default: `true`).
106
If you see intermittent `httpcore.RemoteProtocolError: <ConnectionTerminated ...>`, try `CONDUCTOR_HTTP2_ENABLED=false`
107
to force HTTP/1.1 (workaround for some proxies/load balancers).
108
+- `CONDUCTOR_HTTP2_AUTO_FALLBACK` controls whether the SDK automatically falls back to HTTP/1.1 for the rest of the
109
+ process after an HTTP/2 protocol error (default: `true`). Set `CONDUCTOR_HTTP2_AUTO_FALLBACK=false` to keep retrying
110
+ on HTTP/2 instead of falling back.
111
112
## Design Principles for Workers
113
0 commit comments