Alwx
Alwx
Next one =) https://docs.gunicorn.org/en/stable/design.html#how-many-threads There is no sign of how many workers and greenlets should be deployed. In fact, I'm surprised that there is really no word about that. So,...
Unfortunately, I don't. It depends on the project's purpose. If it's microservice-like, then 1 worker and 1k greenlets. If it's a big project monolith-like, then several workers (based on cpu...
- [X] can we build pages inside CI - [X] does gitlab support sphinx (build htmls and publish at gitlab pages) I made a publish stage on our private gitlab....
@sayboras correct me, if I wrong, please. If I want to use a private plugin I need to compile `golangci` with `CGO_ENABLED=1` by myself? And I need to compile it...
I think, it depends on data, rather than hardware. Because we have tested several setups (everywhere go1.21): * my local mac os (once happened) * dev servers, centos (never happened)...
Ah, forgot to mention, that we never run production data on local or dev machines
Yeah, we process xml files concurrently in workers, it may affect? > play around with go's and memory settings? No, default everywhere.
I should. Init on startup and then in each worker I handle files, validation and cleanup.
Cleanup on program exit and Free on workers' job done.
Does it fails with same stacktrace?