Select Git revision
alumnigraph-celery.service.j2
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
alumnigraph-celery.service.j2 367 B
[Unit]
Description={{ app_name }}-Celery
After=network.target
[Service]
User={{ app_user }}
Group={{ app_group }}
WorkingDirectory={{ app_path }}
Environment=VIRTUAL_ENV="{{ app_path }}"
ExecStart={{ app_venv }}/bin/celery -A app.celery worker --loglevel=DEBUG --concurrency={{ alumni_graph_celery_concurrency }}
Restart=always
[Install]
WantedBy=multi-user.target