moonstream/crawlers/deploy/xai-sepolia-historical-craw...

17 wiersze
577 B
INI
Czysty Zwykły widok Historia

2024-05-30 13:17:10 +00:00
[Unit]
Description=Xai sepolia historical crawler events
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
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.moonworm_crawler.cli historical-crawl --blockchain-type xai_sepolia --find-deployed-blocks --end 0 --tasks-journal --only-events
CPUWeight=70
SyslogIdentifier=xai-sepolia-historical-crawl-events
[Install]
WantedBy=multi-user.target