Update deploy files content.

pull/1142/head
Andrey 2025-02-10 22:34:25 +02:00
rodzic a574971517
commit 8222a8852a
10 zmienionych plików z 26 dodań i 26 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -1,5 +1,5 @@
[Unit]
Description=Execute Game7 state crawler each 5m
Description=Execute Arbitrum one state crawler each 5m
[Timer]
OnBootSec=15s

Wyświetl plik

@ -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

Wyświetl plik

@ -1,5 +1,5 @@
[Unit]
Description=Execute Game7 state crawler each 5m
Description=Execute Arbitrum Sepolia state crawler each 5m
[Timer]
OnBootSec=15s

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -1,5 +1,5 @@
[Unit]
Description=Execute Game7 state crawler each 5m
Description=Execute Game7 testnet state crawler each 5m
[Timer]
OnBootSec=15s

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -1,5 +1,5 @@
[Unit]
Description=Execute Game7 state crawler each 5m
Description=Execute Sepolia state crawler each 5m
[Timer]
OnBootSec=15s