Skip to content

Commit 577b830

Browse files
committed
code_subtask doc-workers-md
1 parent af07ce9 commit 577b830

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

workers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ Notes:
105105
- `CONDUCTOR_HTTP2_ENABLED` controls whether the SDK uses HTTP/2 for outbound requests to Conductor (default: `true`).
106106
If you see intermittent `httpcore.RemoteProtocolError: <ConnectionTerminated ...>`, try `CONDUCTOR_HTTP2_ENABLED=false`
107107
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.
108111

109112
## Design Principles for Workers
110113

0 commit comments

Comments
 (0)