Skip to content

Commit c7cfe7a

Browse files
author
Andrey
committed
Fix service and timer to mumbai name.
1 parent b16a4ff commit c7cfe7a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crawlers/deploy/mumbai-state-clean.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
1010
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
1111
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli --access-id "${NB_CONTROLLER_ACCESS_ID}" clean-state-labels --blockchain mumbai -N 10000
1212
CPUWeight=60
13-
SyslogIdentifier=polygon-state-clean
13+
SyslogIdentifier=mumbai-state-clean

crawlers/deploy/mumbai-state-clean.timer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Unit]
2-
Description=Execute Polygon state clean labels crawler each 25m
2+
Description=Execute Mumbai state clean labels crawler each 25m
33

44
[Timer]
55
OnBootSec=50s

crawlers/deploy/mumbai-state.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
1010
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
1111
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli --access-id "${NB_CONTROLLER_ACCESS_ID}" crawl-jobs --blockchain mumbai --infura --jobs-file /home/ubuntu/moonstream/crawlers/mooncrawl/mooncrawl/state_crawler/jobs/mumbai-jobs.json
1212
CPUWeight=60
13-
SyslogIdentifier=polygon-state
13+
SyslogIdentifier=mumbai-state

crawlers/deploy/mumbai-state.timer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Unit]
2-
Description=Execute Polygon state crawler each 10m
2+
Description=Execute Mumbai state crawler each 10m
33

44
[Timer]
55
OnBootSec=15s

0 commit comments

Comments
 (0)