From 8f98d5febaf8e227a08ac62be088a638436d104b Mon Sep 17 00:00:00 2001 From: kompotkot Date: Wed, 16 Nov 2022 13:36:36 +0000 Subject: [PATCH] Updated service file for cu queries crawler --- crawlers/deploy/polygon-cu-reports-tokenonomics.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlers/deploy/polygon-cu-reports-tokenonomics.service b/crawlers/deploy/polygon-cu-reports-tokenonomics.service index 9ce4d82d..b872cfb4 100644 --- a/crawlers/deploy/polygon-cu-reports-tokenonomics.service +++ b/crawlers/deploy/polygon-cu-reports-tokenonomics.service @@ -8,6 +8,6 @@ User=ubuntu Group=www-data WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env -ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.custom-crawler cu-reports --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" queries run-tokenonomics +ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.cu_reports_crawler.cli cu-reports --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" queries run-tokenonomics CPUWeight=60 SyslogIdentifier=polygon-cu-reports-tokenonomics