-
scheduler-actor-reminders-client app crashing:
```
dapr client initializing for: 127.0.0.1:50001
2024/11/25 12:23:20 error starting health increase reminder: error invoking register actor remind…
-
Webserver usually handle requests in separate goroutines. Automatically printing a routine-ID per log message enhances the traceability of requests.
-
It seems this lib is not goroutine-safe for there is a variable symbolTable in package.
-
Close command on logger does not close `mill` goroutine
Reproducer:
```go
package main
import (
"time"
"gopkg.in/natefinch/lumberjack.v2"
)
func RunAndCloseLog() {
logSink := &lumb…
myxo updated
7 months ago
-
## Summary
We upgraded from 6.7..6 to 7.8.3.
Our concourse web have a bunch of pipelines, teams and dedicated team workers.
Since the upgrade we identified memory growing until it got killed by…
-
On high RPS to `/openrtb2/auction` endpoint PBS spawns more and more goroutines. To handle the huge amount of traffic I had to put an RPS limit on the load balancer.
During normal work of PBS amount …
-
This seems like you could make this use goroutines, which would be neat
-
#### System information
Geth version: `geth version`
OS & Version: Windows/Linux/OSX
Commit hash : (if `develop`)
#### Expected behaviour
no goroutine leaks
#### Actual behaviour
all rpc …
-
Originally we were planning on converting async/await into generators. However, as explained by @FlorianUekermann in #56, there's a good chance the async/await or generator implementation won't be eno…
-
hey, we got logs about panic while closing subscriber.
our system runs on GKE.
and it looks to raise panic in deploying on GKE.
```
panic: close of closed channel goroutine 2486 [running]:
git…