Lucas Serrano
Lucas Serrano
Currently, the official website provides a version selection button for 3 versions of the documentation: master, 1.5 and 1.4. Some Linux distribution uses older versions in their packages. For instance...
My project is under proprietary license and I have a MPL-2.0 dependency, that is shown to be incompatible with my project. IANAL but my understanding is that the MPL-2.0 only...
*Note*: Before submitting this pull request, please review our [contributing guidelines](https://docs.celeryq.dev/en/main/contributing.html). ## Description I have a project where I launch background subprocesses during `worker_process_init` signal and kill them during `worker_process_shutdown`....
### Purpose of This Pull Request Please check the relevant option by placing an "X" inside the brackets: - [ ] Documentation update - [ ] Bug fix - [x]...
Hi, I wanted to use `StructlogFormatter` within `logging`, with logging configuration loaded at runtime with a json file config. I ended up doing a small wrapper to make `structlog.stdlib.ProcessorFormatter` compatible...