moonstream/crawlers/deploy/mumbai-state-clean.service

11 wiersze
391 B
INI
Czysty Zwykły widok Historia

2022-12-15 15:34:49 +00:00
[Unit]
Description=Execute state clean labels crawler
After=network.target
[Service]
Type=oneshot
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli clean-state-labels --blockchain mumbai -N 10000
2022-12-15 15:34:49 +00:00
CPUWeight=60
2023-01-26 13:41:36 +00:00
SyslogIdentifier=mumbai-state-clean