moonstream/crawlers/deploy/xai-sepolia-moonworm-crawle...

17 wiersze
515 B
INI
Czysty Zwykły widok Historia

2024-03-13 22:09:54 +00:00
[Unit]
2024-03-13 22:43:38 +00:00
Description=Xai sepolia moonworm crawler
2024-03-13 22:09:54 +00:00
After=network.target
StartLimitIntervalSec=300
StartLimitBurst=3
[Service]
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
Restart=on-failure
RestartSec=15s
2024-03-28 16:10:40 +00:00
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.moonworm_crawler.cli crawl -b xai_sepolia --confirmations 10 --min-blocks-batch 20
2024-03-13 22:09:54 +00:00
CPUWeight=70
2024-03-13 22:43:38 +00:00
SyslogIdentifier=xai-sepolia-moonworm-crawler
2024-03-13 22:09:54 +00:00
[Install]
WantedBy=multi-user.target