sintonia/worker
Jonas L b1ac153a3e
fix(worker): configure celery timezone (#2169)
This should not change behavior, as nothing relies on datetime. Though this should enforce current server timezone for any future tasks.
2022-09-20 21:41:18 +02:00
..
install/systemd feat(worker): rename service and package to libretime-worker (#2065) 2022-08-20 08:13:30 +02:00
libretime_worker fix(worker): configure celery timezone (#2169) 2022-09-20 21:41:18 +02:00
tests fix(worker): rewrite podcast download task 2022-09-12 10:50:02 +02:00
Makefile test(worker): allow pylint and bandit to fail 2022-09-12 10:50:02 +02:00
README.md chore: update outdated readmes (#2131) 2022-09-12 20:45:37 +02:00
pyproject.toml chore: revert pin setuptools to <64.0.0 for build backend 2022-08-25 09:51:36 +02:00
requirements.txt chore: update requests version range 2022-07-17 21:25:37 +02:00
setup.py chore: release 3.0.0-beta.0 2022-09-16 16:32:00 +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