mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
we are experiencing issues with CI where it fails with race: limit on 8128 simultaneously alive goroutines is exceeded, dying this, despite the fact that closing the executor should clean up all worker goroutines. Apparently in CircleCI runtime.NumCPU() reports 36, so the goroutines added up quickly. |
||
|---|---|---|
| .. | ||
| cluster_test.go | ||
| config.go | ||
| config_internal_test.go | ||
| config_test.go | ||
| default.go | ||
| enterprise.go | ||
| handler_test.go | ||
| release.go | ||
| server.go | ||
| server_test.go | ||
| setup_logger.go | ||
| setup_logger_arm64.go | ||