Skip to content

Commit

Permalink
set http2 to default false
Browse files Browse the repository at this point in the history
PrefectHQ/prefect#7442
encode/httpx#2112

considering that the above two issues mean that using `http2: false` leads consistently to irrecoverable worker failures, I think the default should be false
  • Loading branch information
akdienes authored May 2, 2023
1 parent 09a65b0 commit b7c2e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prefect-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ worker:
# -- when querying for runs, how many seconds in the future can they be scheduled
prefetchSeconds: 10
# -- connect using HTTP/2 if the server supports it (experimental)
http2: true
http2: false

## connection settings
# -- one of 'cloud' or 'server'
Expand Down

0 comments on commit b7c2e8c

Please sign in to comment.