Commit b286a05
authored
feat(fastly): Allow adjust max_conn (#448)
* feat(fastly): Allow adjust max_conn
We are seeing Fastly errors with `max_conn`, need to be able to adjust
this for high throughput services.
```bash
HTTP/2 503
content-type: text/html; charset=utf-8
via: 1.1 varnish, 1.1 varnish
accept-ranges: bytes
retry-after: 0
server: Varnish
date: Wed, 18 Mar 2026 13:52:35 GMT
x-served-by: cache-bfi-kbfi7400023-BFI, cache-bfi-kbfi7400023-BFI
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1773841955.060108,VS0,VE26
content-length: 470
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>503 Backend.max_conn reached</title>
</head>
<body>
<h1>Error 503 Backend.max_conn reached</h1>
<p>Backend.max_conn reached</p>
<h3>Error 54113</h3>
<p>Details: cache-bfi-kbfi7400023-BFI 1773841955 1100143237</p>
<hr>
<p>Varnish cache server</p>
</body>
</html>
```
(cherry picked from commit 077be02)
* fix: Set default keepalive to Fastly default of 3001 parent f7cfb26 commit b286a05
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
0 commit comments