feat: add parser source dashboard and scheduling
All checks were successful
CI/CD Pipeline / Code Quality Checks (pull_request) Successful in 1m6s
CI/CD Pipeline / Run Tests (pull_request) Successful in 1m18s
CI/CD Pipeline / Build Docker Images (pull_request) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (pull_request) Has been skipped

This commit is contained in:
2026-04-27 23:36:28 +02:00
parent 199d871923
commit 44355deeb3
96 changed files with 15015 additions and 309 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