sintonia/worker
Jonas L 9c548b365e
feat: start celery worker programmatically (#2988)
### Description

Allow us to be more flexible with the option passed the celery worker,
for example, to change the logging level.
2024-04-13 21:03:57 +02:00
..
install/systemd feat: start celery worker programmatically (#2988) 2024-04-13 21:03:57 +02:00
libretime_worker feat: start celery worker programmatically (#2988) 2024-04-13 21:03:57 +02:00
tests refactor(worker): add require secret_key config field (#2846) 2023-12-28 14:01:54 +01:00
Makefile fix: trigger legacy tasks manager every 5m (#2987) 2024-04-13 19:12:45 +02:00
README.md chore: update outdated readmes (#2131) 2022-09-12 20:45:37 +02:00
pyproject.toml test: re-enable pylint logging-fstring-interpolation 2023-02-26 19:09:51 +02:00
requirements.txt chore(deps): update dependency mutagen to >=1.45.1,<1.48 (#2682) 2023-09-08 15:18:33 +02:00
setup.py feat: start celery worker programmatically (#2988) 2024-04-13 21:03:57 +02:00

README.md

LibreTime Worker

LibreTime Worker is a service that will run background tasks.

Development

# Install dependencies
make install
# Activate the development environment
source .venv/bin/activate

# Run linters
make lint

# Run tests
make test

# See the Makefile for more commands
cat Makefile