Commit Graph

4 Commits

Author SHA1 Message Date
pyup.io bot
7a41c46259
Update ruff to 0.12.0 (#5904)
* Update ruff from 0.11.13 to 0.12.0

* Align versions

* Fix/ignore a few new Ruff violations

* Fix/ignore a few new Ruff violations

* Rename pre-commit hook id

---------

Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2025-06-18 18:52:22 +01:00
Pulse-Mind
411e92cf9d
Fix logging configuration for Celery tasks (#5563) 2025-01-02 20:44:08 +00:00
Bruno Alla
fab6b8724a Test isort flake8-isort & fix issues
fixes #2123
2020-03-03 20:04:31 +00:00
Bruno Alla
895298c28f Refactor Celery integration according to current best practices
- Change celery app to not be a Django app, more like a WSGI app
- Define a Celery task in the Django users app
- Write a test to execute the task
- Update scripts to use the new app to start workers
- Update documentation

Fix #865
2019-04-02 15:40:32 +01:00