Radosław Szamszur

Results 31 comments of Radosław Szamszur

However, I'm not sure if GitHub actions will continue the next matrix job with versions that did pass in the previous one or the whole job will be canceled anyways.

Requires: https://github.com/python-poetry/poetry/issues/1382

Logging can be configured by using various flags in the `gunicorn.conf.py`. In the generated project this file is located in the `.config` submodule and contains values from: https://github.com/benoitc/gunicorn/blob/master/examples/example_config.py To configure...

@jeanlst If I may ask, what is your use case, that you need to a logfile per worker? Maybe I can find some solution for you. In my experience with...

Thanks for the materials! I wasn't even aware there is an issue with writing to a single file from multiple processes in Python. Also, I haven't had a chance to...

Hey @abnerjacobsen Thanks for the input, that's quality research right there! Please give me some time to dig into that, and go through the materials you've provided. But, at the...

The initial try (https://github.com/rszamszur/fastapi-mvc/actions/runs/3044476889) worked surprisingly well (first try :rocket:). The biggest overhead is at: * Building custom Nix expressions (but this will be done once, and afterward, it will...

After extensive experiments with the current GH action automation, I've decided that the nix CI workflow will be an additional one instead of refactoring. Therefore it can take a bit...

Because of: #146. Changes regarding the project template will be done already in its separate repository.

Closing, for now, this will be addressed later.