Skip to content

Commit 1cacaa8

Browse files
author
RM
committed
Test
1 parent 3d299db commit 1cacaa8

3 files changed

Lines changed: 537 additions & 536 deletions

File tree

.github/workflows/deploy-chipnik-monitor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ on:
1111
DAYS_BACK_LIMIT:
1212
description: "Lookback window in days"
1313
required: false
14-
default: "100"
14+
default: "720"
1515
workflow_call:
1616
inputs:
1717
DAYS_BACK_LIMIT:
1818
required: false
1919
type: string
20-
default: "100"
20+
default: "720"
2121

2222
env:
2323
PROJECT_ID: demetereye
2424
REGION: us-central1
2525
SERVICE_NAME: demetereye-monitor
26-
DAYS_BACK_LIMIT: "100"
26+
DAYS_BACK_LIMIT: "720"
2727

2828
jobs:
2929
deploy:
@@ -59,6 +59,6 @@ jobs:
5959
--region "$REGION" \
6060
--allow-unauthenticated \
6161
--min-instances 0 --max-instances 2 \
62-
--memory 512Mi --cpu 2 \
62+
--memory 512Mi --cpu 4 \
6363
--no-cpu-throttling \
64-
--set-env-vars EARTHDATA_BEARER_TOKEN=${EARTHDATA_BEARER_TOKEN},MONGO_URI=${MONGO_URI},MONGO_DB=${MONGO_DB},DAYS_BACK_LIMIT=${DAYS_BACK_LIMIT},WORKER_CAP=2
64+
--set-env-vars EARTHDATA_BEARER_TOKEN=${EARTHDATA_BEARER_TOKEN},MONGO_URI=${MONGO_URI},MONGO_DB=${MONGO_DB},DAYS_BACK_LIMIT=${DAYS_BACK_LIMIT},WORKER_CAP=4

0 commit comments

Comments
 (0)