We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec46a6 commit e5b864dCopy full SHA for e5b864d
crawlers/deploy/mumbai-metadata.service
@@ -0,0 +1,13 @@
1
+[Unit]
2
+Description=Execute metadata crawler
3
+After=network.target
4
+
5
+[Service]
6
+Type=oneshot
7
+User=ubuntu
8
+Group=www-data
9
+WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
10
+EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
11
+ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.metadata_crawler.cli crawl --blockchain mumbai
12
+CPUWeight=60
13
+SyslogIdentifier=mumbai-metadata
crawlers/deploy/mumbai-metadata.timer
@@ -0,0 +1,9 @@
+Description=Execute Mumbai metadata crawler each 10m
+[Timer]
+OnBootSec=20s
+OnUnitActiveSec=60m
+[Install]
+WantedBy=timers.target
0 commit comments