kopia lustrzana https://github.com/bugout-dev/moonstream
11 wiersze
366 B
INI
11 wiersze
366 B
INI
[Unit]
|
|
Description=Clean outdated call_requests from Engine DB
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/home/ubuntu/api/workers
|
|
EnvironmentFile=/home/ubuntu/engineapi-secrets/app.env
|
|
ExecStart=/home/ubuntu/api/workers/workers engine clean-call-requests -db-uri "${ENGINE_DB_URI}"
|
|
CPUWeight=50
|
|
SyslogIdentifier=workers-engine-clean-call-requests |