moonstream/crawlers/deploy/zksync-era-sepolia-historic...

17 wiersze
613 B
INI

2023-07-24 15:28:07 +00:00
[Unit]
2024-03-28 17:54:16 +00:00
Description=ZkSync Era Sepolia historical crawler transactions
2023-07-24 15:28:07 +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 17:54:16 +00:00
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.moonworm_crawler.cli historical-crawl --blockchain-type zksync_era_sepolia --find-deployed-blocks --end 0 --tasks-journal --only-functions
2023-07-24 15:28:07 +00:00
CPUWeight=70
2024-03-28 17:54:16 +00:00
SyslogIdentifier=zksync-era-sepolia-historical-crawl-transactions
2023-07-24 15:28:07 +00:00
[Install]
WantedBy=multi-user.target