Skip to content

Commit d7e3e87

Browse files
authored
Set the pool_timeout to 10s for kubereq (#3197)
1 parent 3bc489f commit d7e3e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/livebook/k8s_api.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,6 @@ defmodule Livebook.K8sAPI do
313313
end
314314

315315
defp build_req() do
316-
Req.new() |> Livebook.Utils.req_attach_defaults()
316+
Req.new(pool_timeout: 10_000) |> Livebook.Utils.req_attach_defaults()
317317
end
318318
end

0 commit comments

Comments
 (0)