Open blotus opened 2 weeks ago
@blotus: Thanks for opening an issue, it is currently awaiting triage.
In the meantime, you can:
@blotus: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.
/kind feature
/kind enhancement
/kind refactoring
/kind bug
/kind packaging
On some systems that cannot throttle crashing services, if crowdsec restarts in a loop for any reason (LAPI port already in use, bad configuration in docker, ....), crowdsec will try to login to CAPI each time it starts, which incurs heavy infra costs on our end (even though there's some rate limiting on the login).
We need to:
net.Listener
as early as possible, before the call toapiserver.NewServer
(this would address the specific issue of not being able to bind the port)