moonstream/crawlers/deploy/polygon-synchronize.service

17 wiersze
515 B
INI
Czysty Zwykły widok Historia

2021-11-09 13:56:25 +00:00
[Unit]
Description=Polygon block with transactions synchronizer
StartLimitIntervalSec=300
StartLimitBurst=3
2021-11-09 13:56:25 +00:00
After=network.target
[Service]
Restart=on-failure
RestartSec=15s
2021-11-09 13:56:25 +00:00
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.crawler blocks synchronize --blockchain polygon --confirmations 40 --jobs 2
2022-06-11 12:06:01 +00:00
CPUWeight=90
2021-11-09 17:41:33 +00:00
SyslogIdentifier=polygon-synchronize
2021-11-09 13:56:25 +00:00
[Install]
2023-01-26 13:41:36 +00:00
WantedBy=multi-user.target