fix: trigger legacy tasks manager every 5m (#2987)

### Description

This ensures that when the LibreTime interface is not used for a long
time, we still have the task manager run essential tasks for the
schedule.

Related to #2670
This commit is contained in:
Jonas L 2024-04-13 19:12:45 +02:00 committed by GitHub
parent bcaa77ff3c
commit 7040d0e4bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 31 additions and 0 deletions

View file

@ -25,6 +25,7 @@ WorkingDirectory=@@WORKING_DIR@@/worker
ExecStart=/usr/bin/sh -c '@@VENV_DIR@@/bin/celery worker \
--app=libretime_worker.tasks:worker \
--config=libretime_worker.config \
--beat \
--time-limit=1800 \
--concurrency=1 \
--loglevel=INFO \