moonstream/crawlers/deploy/polygon-statistics.service

16 wiersze
461 B
INI
Czysty Zwykły widok Historia

[Unit]
Description=Update Polygon statistics dashboards
After=network.target
[Service]
Type=oneshot
User=ubuntu
Group=www-data
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.stats_worker.dashboard \
--access-id "${NB_CONTROLLER_ACCESS_ID}" \
generate --blockchain polygon
2022-06-11 12:06:01 +00:00
CPUWeight=60
2022-05-03 12:39:33 +00:00
SyslogIdentifier=polygon-statistics