-
At the moment when a request to relay is made the default context with no timeout is [passed](https://github.com/flashbots/mev-boost/blob/4035cb3c8c8f9b0118a0170049203f0167c604a0/server/service.go#L36…
-
**Describe the bug**
Recently we upgraded our software to pgx v5.5.5 and inmediately noticed that the number of Go routines our pods use is ever increasing.
This is a screenshot of our monitoring …
-
if not,i should use lock/unlock to use Add method?thanks for your answer
-
I encounter data race report for viper when multi go routine read viper's config ,
said another go routine may write field when auto reload config file .
-
Hello,
I really like your app so far, however the way I intend to use the app does not really fit how the app is made right now, so here I make this feature request:
I wish I could create a mornin…
-
We expect adapter authors to use [`adapter.Env`](https://github.com/istio/mixer/blob/master/pkg/adapter/adapter.go#L66-L95) to start any go routines, including long-lived "daemon" go routines. However…
-
The https://github.com/jtolio/gls module hasn’t been updated in the last 6 years. A currently maintained module, https://github.com/timandy/routine, seems like a more modern replacement.
Please con…
-
### What would you like to be added?
Add an kubelet configuration option to adjust https://github.com/kubernetes/kubernetes/blob/7ec344dcef9a04920578aabe4e122bc0b3404afe/pkg/kubelet/kubelet.go#L163
…
-
The Go documentation for the request context says:
> For an outgoing client request, the context controls the entire lifetime of a request and its response: obtaining a connection, sending the reques…
-
Classical shadows algorithm performance can be greatly improved by doing appropriate parallelization of the loop for shadow computation and in other places within the code (see comments throughout the…