kopia lustrzana https://github.com/bugout-dev/moonstream
Update deploy files content.
rodzic
a574971517
commit
8222a8852a
|
@ -1,11 +1,11 @@
|
|||
[Unit]
|
||||
Description=Execute Game7 state crawler
|
||||
Description=Execute Arbitrum one state crawler
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
||||
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
||||
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain game7
|
||||
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain arbitrum_one
|
||||
CPUWeight=60
|
||||
SyslogIdentifier=game7-state
|
||||
SyslogIdentifier=arbitrum-one-state
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Execute Game7 state crawler each 5m
|
||||
Description=Execute Arbitrum one state crawler each 5m
|
||||
|
||||
[Timer]
|
||||
OnBootSec=15s
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
[Unit]
|
||||
Description=Execute Game7 state crawler
|
||||
Description=Execute Arbitrum Sepolia state crawler
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
||||
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
||||
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain game7
|
||||
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain arbitrum_sepolia
|
||||
CPUWeight=60
|
||||
SyslogIdentifier=game7-state
|
||||
SyslogIdentifier=arbitrum-sepolia-state
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Execute Game7 state crawler each 5m
|
||||
Description=Execute Arbitrum Sepolia state crawler each 5m
|
||||
|
||||
[Timer]
|
||||
OnBootSec=15s
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[Unit]
|
||||
Description=Execute Ethereum state crawler each 10m
|
||||
Description=Execute Ethereum state crawler each 5m
|
||||
|
||||
[Timer]
|
||||
OnBootSec=15s
|
||||
OnUnitActiveSec=10m
|
||||
OnUnitActiveSec=5m
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
[Unit]
|
||||
Description=Execute Game7 state crawler
|
||||
Description=Execute Game7 testnet state crawler
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
||||
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
||||
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain game7
|
||||
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain game7_testnet
|
||||
CPUWeight=60
|
||||
SyslogIdentifier=game7-state
|
||||
SyslogIdentifier=game7-testnet-state
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Execute Game7 state crawler each 5m
|
||||
Description=Execute Game7 testnet state crawler each 5m
|
||||
|
||||
[Timer]
|
||||
OnBootSec=15s
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
[Unit]
|
||||
Description=Execute metadata crawler
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
||||
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
||||
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.metadata_crawler.cli crawl --blockchain game7
|
||||
CPUWeight=60
|
||||
SyslogIdentifier=game7-metadata
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Execute Sepolia state crawler
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
||||
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
||||
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain sepolia
|
||||
CPUWeight=60
|
||||
SyslogIdentifier=sepolia-state
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Execute Game7 state crawler each 5m
|
||||
Description=Execute Sepolia state crawler each 5m
|
||||
|
||||
[Timer]
|
||||
OnBootSec=15s
|
||||
|
|
Ładowanie…
Reference in New Issue