-
After upgrading some clusters to 1.30.5 issues appear in the proxy.
Starts fine and runs OK for ~20-30min, then errors are thrown.
```
{"level":"error","ts":1730378101.6257863,"caller":"proxy/h…
-
Backup work, but restore throws panic
```sh
2024/10/27 06:33:00 "POST http://localhost:8090/restore/apartx-kz/apartx-kz-1669572000.gz HTTP/1.1" from [::1]:51854 - 000 0B in 1.153071ms
panic…
-
roachtest.cdc/workload/kv0/nodes=5/cpu=16/ranges=100k/server=scheduler/protocol=mux/format=json/sink=kafka [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNig…
-
### Is your feature request related to a problem? Please describe.
Our broker depends on `gorilla/mux` router. Version [v10.0.0](https://github.com/pivotal-cf/brokerapi/releases/tag/v10.0.0) introduc…
-
roachtest.cdc/workload/kv100/nodes=5/cpu=16/ranges=100k/server=scheduler/protocol=mux/format=json/sink=null [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNi…
-
#### System information
Erigon version: 2.60.8
OS & Version: Windows/Linux/OSX
Commit hash:
Erigon Command (with flags/config):
Consensus Layer:
Consensus Layer Command (with flags/…
-
roachtest.cdc/workload/kv100/nodes=5/cpu=16/ranges=100k/server=scheduler/protocol=mux/format=json/sink=null [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNi…
-
I am using chi router in my go project, and inside main go I have routes for my base version and my v1 version.
mux.Route("/", func(route chi.Router) {
***endpoints***
})
…
-
Related #290, would it be possible to support what https://github.com/NixOS/nix/issues/8292#issuecomment-1536230370 suggests, via `ssh_opts` probably ?
This way non-NixOS targets could more easily …
-
It should be:
```
mux.HandleFunc("/favicon.ico", view.ServeFavicon)
mux.HandleFunc("/static/", view.ServeStaticFiles)
...
```
instead of:
```
mux.HandleFunc("GET /favicon.ico", view.ServeFavic…