feat: add parser source dashboard and scheduling

This commit is contained in:
2026-04-27 23:36:28 +02:00
parent 199d871923
commit 5da808167d
94 changed files with 14985 additions and 255 deletions

View File

@@ -3,14 +3,16 @@ Description=Celery Worker for Django project
After=network.target redis.service postgresql.service
[Service]
Type=forking
Type=simple
User=www-data
Group=www-data
EnvironmentFile=/var/www/project/.env
Environment=DJANGO_SETTINGS_MODULE=config.settings.production
RuntimeDirectory=celery
WorkingDirectory=/var/www/project/src
ExecStart=/var/www/project/venv/bin/celery -A config worker --loglevel=INFO --pidfile=/run/celery/worker.pid
ExecStart=/var/www/project/venv/bin/celery -A config worker --loglevel=INFO
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/celery/worker.pid
Restart=always
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target