aaas-platform — what it is, what it costs, and its status
(live / functional / stale / paused / broken) — plus targeted deep-dives on CRO Autoresearch, GOOGLE_API_KEY, billing reconciliation,
foundryMegaGrindScheduled, the narrated-MP3 catalogue, and the canvas CRO-scores tile. Snapshot taken 2026-08-01, refreshing the
2026-05-24 ecosystem megadoc baseline.
?url= — no redeploy needed.docs/archive/ecosystem-megadoc-2026-05-24/ (archived as of 2026-09-01; docs/MASTER.md is now the live AaaS-wide source) — a structured, multi-part
overview (Cloud Run map, cron atlas, cost model, open-issues appendix) built by a session CronCreate routine. That is
the "overview that has already been produced" — it's real, it's thorough, and it's the right thing to keep building on. It is
now ~10 weeks stale. This section refreshes its top-line numbers against a live 2026-08-01 pull and calls out everything that changed.
No document anywhere in this workspace lists exactly twelve unclear/unknown GCP processes — a dedicated search came back empty. The closest real artifact is the megadoc's Tier C — Deletion/Consolidation Candidates table, which lists 9 items, framed as cleanup candidates rather than "unclear." It's likely what you were remembering, just with the count off. That 9-item table is reproduced below with a fresh status check on each.
| Metric | 2026-05-24 (megadoc) | 2026-08-01 (live) | Change |
|---|---|---|---|
| Cloud Run services, us-central1 | ~219 total | 254 | +35 |
| Cloud Run services, europe-west1 | 6 | 6 | — |
| — of which are Gen2 Cloud Functions under the hood | 204–209 (est.) | 234 (has cloudfunctions.googleapis.com/function-id) | + |
| — true hand-deployed Cloud Run services | ~10–15 (est.) | ~26 (254+6 − 234) | growing |
| Cloud Functions (v1+v2 combined, distinct names) | not enumerated | 237 | — |
| Cloud Run Jobs (batch) | not enumerated | 9 | — |
| Cloud Scheduler jobs, us-central1 | 61 | 69 | +8 |
| — ENABLED | 1 | 43 | +42 — major drift |
| — PAUSED | 60 | 26 | −34 |
| Secret Manager secrets | not enumerated | 229 (106 name-prefix groups) | — |
| Always-on instances (minScale>0), either region | 1 (blog) | 0 | −1 (good) |
| Services with Ready≠True (broken) | not enumerated | 1 (entity-mcp-staging) | — |
Cloud Scheduler went from almost entirely dormant to almost half active. The 2026-05-24 megadoc recorded 60 of 61
jobs PAUSED, with exactly one enabled job (firebase-schedule-designCatalogHealthDaily-us-central1). The live 2026-08-01
pull shows 43 of 69 jobs ENABLED. Something — very likely the same autonomous drain/pipeline activity visible
elsewhere in this session — turned on roughly 42 previously-paused cron jobs over the last ~10 weeks. This is the single most
important answer to "what's running": the honest current state is much more is scheduled and firing than the last written
record says. Recommend a full enabled-job-by-job pass (target service, last-run status, cost signal) as the immediate follow-up —
scoped out of this artifact's word budget but the raw data (sched-us-central1.txt) is already collected.
| Service | Region | Condition | Root cause |
|---|---|---|---|
entity-mcp-staging |
us-central1 | Ready: False | Its runtime service account mcp-firestore-sa@aaas-platform.iam.gserviceaccount.com lacks
roles/secretmanager.secretAccessor on secret mcp-firestore-sa — and Cloud Run separately reports the
secret version itself was not found. Two-layer failure: missing IAM grant AND a possibly-deleted/never-created secret version.
A staging service, so low blast radius, but it has been broken since at least this snapshot. |
| Job | Created | Executions | Last run | Status |
|---|---|---|---|---|
graph-fill-pipeline | 2026-05-25 | 64 | 2026-08-01 (today) — succeeded | active, daily |
ai-citation-tracker | 2026-05-25 | 41 | 2026-08-01 (today) — succeeded | active, daily |
graph-fill-evidence-retriever | 2026-05-24 | 11 | 2026-07-27 — still PENDING | possibly stuck |
graph-fill-same-as-backfill | 2026-05-24 | 2 | 2026-07-12 — succeeded | infrequent/manual |
aaa-worker | 2026-07-11 | 1 | 2026-07-11 — succeeded | one-shot, unused since |
reviewer-guardrail | 2026-07-10 | 1 | 2026-07-10 — succeeded | one-shot, unused since |
podcast-generator-v1 | 2026-06-12 | 0 | never executed | orphaned — deployed 7 weeks, never run |
batch-job-12h | 2026-06-30 | 0 | never executed | orphaned — deployed, never run |
claude-drain-job | 2026-06-30 | 0 | never executed | orphaned — deployed, never run |
Three jobs (podcast-generator-v1, batch-job-12h, claude-drain-job) have been
deployed for 4–7 weeks with zero executions — pure image-storage cost, no compute cost (Cloud Run Jobs only bill when a task actually
runs), but worth a deliberate keep-or-delete decision rather than silent accumulation.
The megadoc's cost model (3.6-cost-model.md) is explicit that its figures are estimates pending a real
GCP billing export pull — that TODO is still open (tracked as GitHub issue aaas.com#1362, "GCP cost audit — admin-side
followup, post-auth"). The one concrete, verified-live cost signal from this audit is the scheduler activation flip above: 42 newly-firing
cron jobs is the biggest realistic swing in recurring compute spend since the baseline was written, and it isn't reflected in any cost
estimate yet.
europe-west1. Public, unauthenticated (allUsers +
roles/run.invoker) — anyone with the URL can hit it. Confirmed SQUR-owned, from three independent
sources: canvas's own ops tool-registry (account: alex@squr.ai, GCP console link points at project
squr-cro-prod), a deliveries doc describing it as SQUR-side of a "dual Cloud Run" CRO setup, and an explicit
in-code comment in canvas's proxy router distinguishing it from the separate squr-cro-prod-backed endpoint.
No — and this turns out to be by design, not a bug. The service is stateless: canvas's own proxy
(cro_scores_router.py) does a live fetch on every request and returns the JSON synchronously, tagged
source: "live". There is no GCS bucket, Firestore collection, or database write path anywhere in the reachable
code — nothing persists a run. Close the tab and the result is gone. The only two places it was ever viewable were
squr-hub.web.app/cro and aaas-canvas.web.app?module=cro, both live-only dashboards with no history.
If you want to actually review past outputs, that requires adding persistence (a Firestore write on each run) — it
doesn't exist today.
Good news: this already works without touching infrastructure. The service takes an optional
?url= query parameter — confirmed both in canvas's proxy code and the frontend widget — and when omitted, falls back
to a hardcoded default inside the (SQUR-side, not-in-this-workspace) app code, which resolves live to squr.ai. There is
no TARGET_URL/DOMAIN environment variable on the Cloud Run service itself (it carries exactly one env var,
GCP_PROJECT=aaas-platform), so infra-level reconfiguration wouldn't do anything anyway.
Always call it with an explicit target: ?url=https://aaas.love (or whichever specific AaaS domain). Every
caller — canvas's proxy, the frontend widget — already plumbs this parameter end-to-end. Just stop relying on the default.
The real application source (image: europe-west1-docker.pkg.dev/aaas-platform/cro-service/cro-autoresearch)
isn't checked out in this sandbox's 13 cloned repos — it's most likely a separate SQUR-side repo. Not needed for the domain-targeting
fix above, but would be needed for anything deeper (e.g. changing the hardcoded default itself, or adding persistence).
Earlier probing of this service (10 different paths, including the two paths visible in same-day access logs) returned 404 on
every single one, despite the logs showing live 200s on the exact same revision. Canvas's own ops tool registry has a note that
resolves most of this: it lists this service's intended endpoints as /api/evaluate and /api/report,
annotated "not yet implemented." None of the paths tested happened to include those two — so the 404s are very
likely just hitting routes that were never built, not a broken deployment. Not fully closed — the two paths that
did show 200 in the log samples still don't match anything probed, so there may be a third, undocumented working route. Worth a
direct request to /api/evaluate and /api/report as the next check.
Cloud Scheduler has no entry for this service anywhere in Terraform or the fleet-cron manifest — it's triggered on-demand only, not on a recurring schedule, which also means it isn't a hidden recurring cost driver.
Confirmed: canvas's /api/cro-scores/scores proxy (cro_scores_router.py) does try this exact live
Cloud Run service first, and only falls back to the static vendored scores.json (tagged
snapshot-fallback) when the live call fails. So the two systems are connected — but the tile's blank-screen
symptom (item 8, below) traces to a separate frontend JS bug, not to this service being unreachable. Fixing the frontend bug
would surface whichever of the two (live or snapshot) actually responds.
GOOGLE_API_KEY secret and run free-tier-only until go-live.Deleting this secret would not accomplish what you're asking for. The evidence says GOOGLE_API_KEY
already is the free-tier key — it's not a paid key waiting to be swapped out.
CLAUDE.md documents the AI stack in plain language as
"Google AI gemini-2.5-flash direct (free-tier GOOGLE_API_KEY,
@google/generative-ai SDK)" — this is the documented, intended architecture, not an accident.#1319 ("onboardingSequencePersonalizer missing GOOGLE_API_KEY secret") was deliberately fixed and
closed within the last cadence of work — someone recently and intentionally wired this exact secret into a production path
that was broken without it.run.googleapis.com/secrets
annotations on roughly 20 distinct us-central1 revisions, plus key/secret pairs on 13 Cloud Functions v1
entries, plus 2 Cloud Run Jobs (alongside a sibling GEMINI_API_KEY env var).GOOGLE_API_KEY/versions/latest and
/versions/3 being read today (2026-08-01), in the same regular hourly batch as Stripe, GitHub,
Resend, and other clearly-live secrets — this is active, current production traffic, not legacy cruft.Break AI-dependent functionality across ~20+ live services (enrichment, content generation, onboarding personalization, and more) immediately — Cloud Run resolves secret-backed env vars at container cold-start, so the next cold start after deletion fails outright — while saving $0, because this key is already on the free tier per the documented architecture. That's the opposite of the intended outcome.
I don't have access to the Google AI Studio / Cloud Console billing view for this specific key, so I can't
independently confirm its billing tier beyond what the codebase documents and the closed issue implies. If you want a hard
guarantee, checking the key's tier directly in Google AI
Studio (or the GCP Console's API key details) takes under a minute and would close this out definitively. Separately: note that
GOOGLE_API_KEY_SQUR and SQUR_GOOGLE_API_KEY are different secrets entirely and were correctly left
untouched — this hold applies only to the plain GOOGLE_API_KEY.
Earlier this session, "billing reconciliation" was checked against the aaas-billing Cloud Run service
(europe-west1) — confirmed dead, exactly one HTTP request in its entire history, never properly wired up. That's true,
but it isn't the thing actually running. While building this artifact, a fresh scheduler pull surfaced
firebase-schedule-billingReconciliation-us-central1 — a separate Cloud Scheduler job, ENABLED,
firing every 60 minutes, targeting a Cloud Function at
https://us-central1-aaas-platform.cloudfunctions.net/billingReconciliation. This is the actual recurring
"billing reconciliation" process, and it had not been touched.
Your instruction ("billing reconciliation can for sure be deactivated, it's not properly set up to start with") applies
squarely to this job — an hourly-firing Cloud Function with no working Cloud Run backend behind the name is exactly the kind of
not-properly-set-up process you described. Acting on that authorization: the scheduler job
firebase-schedule-billingReconciliation-us-central1 was paused (not deleted — fully reversible with
one command if you ever want it back: gcloud scheduler jobs resume firebase-schedule-billingReconciliation-us-central1
--location=us-central1 --project=aaas-platform).
Execution-history/error-rate logs for the underlying function couldn't be pulled during this audit — the sandbox's network access to Cloud Logging was timing out repeatedly at the time. The pause itself doesn't depend on that data; it directly stops the hourly trigger regardless of what the function was doing when invoked.
attemptDeadline is 180 seconds. The underlying Cloud Function's actual
timeout is 540 seconds.238888064196-compute@developer.gserviceaccount.com
via roles/run.invoker) — no external caller, this is purely an internal scheduled job.Raise the Cloud Scheduler job's attemptDeadline to match or exceed the function's 540s timeout (max allowed is
1800s/30min for HTTP targets). That alone removes the spurious failure signal without touching the function itself.
A direct listing of gs://aaas-platform-audio/diy/learnings/*.mp3 returns exactly 502 files —
not 1,767. This matches apps/diy/public/data/packages.json exactly: 502 of 511 total learning packages carry a
populated learnings_audio_url field. A repo-wide search for "1,767" / "1767" found no trace of that number anywhere
in code, docs, or generator output — it doesn't match any known package count, MP3 count, or other figure in this project. All 502
are real, substantial audio files (spot-checked 10/10 at 190–370KB each, generated via Google Cloud TTS
en-US-Studio-O, 200 audio/mpeg, no 404s or 0-byte placeholders).
aaas.diy's own /packages/<slug> detail routes are broken — they redirect to
/diy/packages/<slug>, which 404s. The aaas.diy homepage doesn't even link to its own package
pages; it links out to aaas.love/diy/packages instead. That page on aaas.love works correctly
(200, embeds all ~499 distinct MP3 URLs, and a sampled detail page renders a working
<audio> tag pointing at the correct GCS URL).
So: the files are genuinely live and playable — just not on the domain the question asked about.
A visitor going directly to aaas.diy and trying to reach a package's narration today hits a 404. The audio only
works today via aaas.love/diy/packages/.... This is a real, user-facing routing bug on aaas.diy,
independent of the MP3-count discrepancy.
https://canvas.aaas.love/api/cro-scores/scores not visualizing.Canvas loads two kinds of frontend scripts: plain <script src> tags that run synchronously in document
order, and type="text/babel" scripts that all batch-execute together at DOMContentLoaded, regardless of
where they sit in the HTML. kinds-cro-scores.jsx correctly registers its view into window.VIEWS — but
views.jsx, a babel script, does a wholesale window.VIEWS = {...} replace rather than a merge,
and because both are babel scripts firing at the same lifecycle event, views.jsx can silently clobber the
croScores entry depending on execution order. The tile has no view registered by the time the page tries to render it.
Add a small "Phase 2" babel script that runs after views.jsx and re-asserts window.VIEWS.croScores
(or change views.jsx's replace to a merge). Low-risk, contained change.
This tile isn't a separately-running service. It's served from a static, vendored JSON file bundled into the existing,
shared canvas-api Cloud Run service — the same service that already backs dozens of other canvas views. There is no
way to "deactivate" it in isolation, and it carries effectively $0 incremental monthly cost — well under the
€1/month threshold in the request. No deactivation needed; only the frontend load-order bug needs fixing.
core-api-platform, canvas, gtm-sales-intel, and the revenue-generating
pics intake service are flagged despite being live). Treat every "yes" as a manual-review target, never as a
confirmed-dead service. 116 of 260 services (45%) carry this flag.
| Metric | Value |
|---|---|
| Cloud Run services (total) | 260 |
| us-central1 | 254 |
| europe-west1 | 6 |
| Cloud Function records (gen1+gen2) | 237 |
| by generation | GEN_2: 236, GEN_1(implicit): 1 |
| Cloud Run Jobs | 9 |
| Scheduler jobs (us-central1) | 69 total — 43 ENABLED / 26 PAUSED |
| Scheduler jobs unmatched to any service/job | 0 |
| Secret Manager secrets | 229 |
| Always-on (minScale>0) services | 0 |
| Scale-to-zero services | 260 |
| Broken (Ready=False) services | 1 |
| Orphaned-candidate services (heuristic, see caveat) | 116 |
| Product-area categories | 27 |
Caveat on "orphaned-candidate" flags: this heuristic marks a service as a stale/orphan candidate only from static config (no Cloud Scheduler job targets it, ingress is not restricted, and it is not an event-triggered function). It cannot see actual traffic, webhook callers, or frontend calls, so it systematically over-flags legitimately request-driven services (e.g. core-api-platform, canvas, gtm-sales-intel, and the revenue-generating pics intake service all show up as candidates). Treat the orphaned-candidate list as review targets, not confirmed-dead services.
| # | Service | Category | Cost signal | maxScale | cpu | memory |
|---|---|---|---|---|---|---|
| 1 | aaas-api | core-api-platform | 100.00 | 50 | 2 | 1Gi |
| 2 | aaas-api-staging | core-api-platform | 100.00 | 50 | 2 | 1Gi |
| 3 | agentexecutor | agent-builder-pipeline | 50.00 | 50 | 1 | 1024Mi |
| 4 | academyseeder | academy | 40.00 | 40 | 1 | 1024Mi |
| 5 | agentrequesthandler | agent-builder-pipeline | 40.00 | 40 | 1 | 1024Mi |
| 6 | apigateway | core-api-platform | 40.00 | 40 | 1 | 1024Mi |
| 7 | blogtopackconverter | social-content-publishing | 40.00 | 40 | 1 | 1024Mi |
| 8 | blogtopackconverterscheduled | social-content-publishing | 40.00 | 40 | 1 | 1024Mi |
| 9 | canvas-api | canvas | 40.00 | 40 | 1 | 1Gi |
| 10 | clienthealthmonitor | devops-monitoring-health | 40.00 | 40 | 1 | 1024Mi |
| Service | Ready message |
|---|---|
| entity-mcp-staging | spec.template.spec.containers[0].env[0].value_from.secret_key_ref.name: Permission denied on secret: projects/238888064196/secrets/mcp-firestore-sa/versions/latest for Revision service account mcp-firestore-sa@aaas-platform.iam.gserviceaccount.com. The service account used must be granted the 'Secret Manager Secret Accessor' role (roles/secretmanager.secretAccessor) at the secret, project or higher level. |
| Name | Region | Image | Execution count | Latest execution status | Latest execution time | Ready | Scheduler trigger |
|---|---|---|---|---|---|---|---|
| aaa-worker | us-central1 | us-docker.pkg.dev/aaas-platform/aaa/worker:latest | 1 | EXECUTION_SUCCEEDED | 2026-07-11T05:14:53.760329Z | True | — |
| ai-citation-tracker | us-central1 | us-central1-docker.pkg.dev/aaas-platform/aaas-blog/citation-tracker:bbd6bacbeddbc86815b49757e724d579395f8aa5 | 41 | EXECUTION_SUCCEEDED | 2026-08-01T06:05:22.890503Z | True | ai-citation-tracker-daily (0 6 * * *, ENABLED) |
| batch-job-12h | us-central1 | us-central1-docker.pkg.dev/aaas-platform/cloud-run-source-deploy/batch-job:77c2846e2174121138d091904914a48e2b69779a | True | — | |||
| claude-drain-job | us-central1 | us-central1-docker.pkg.dev/aaas-platform/cloud-run-source-deploy/claude-allinone:5343-44fb20036-x | True | — | |||
| graph-fill-evidence-retriever | us-central1 | us-central1-docker.pkg.dev/aaas-platform/aaas-blog/evidence-retriever:bbd6bacbeddbc86815b49757e724d579395f8aa5 | 11 | EXECUTION_PENDING | True | graph-fill-evidence-retriever-weekly (0 2 * * 1, ENABLED) | |
| graph-fill-pipeline | us-central1 | us-central1-docker.pkg.dev/aaas-platform/aaas-blog/graph-fill:bbd6bacbeddbc86815b49757e724d579395f8aa5 | 64 | EXECUTION_SUCCEEDED | 2026-08-01T03:19:06.767681Z | True | graph-fill-pipeline-daily (0 3 * * *, ENABLED) |
| graph-fill-same-as-backfill | us-central1 | us-central1-docker.pkg.dev/aaas-platform/aaas-blog/same-as-backfill:6c8d2309e111cf5fd8909686ce10541c186bb75e | 2 | EXECUTION_SUCCEEDED | 2026-07-12T14:24:04.154806Z | True | — |
| podcast-generator-v1 | us-central1 | us-central1-docker.pkg.dev/aaas-platform/docker/podcast-generator@sha256:e28bde336b27e6bf5321e75c0ccc07473bd75f9137283df3f153cbbc91e52895 | True | — | |||
| reviewer-guardrail | us-central1 | us-central1-docker.pkg.dev/aaas-platform/cloud-run-source-deploy/reviewer:fb9d8130c | 1 | EXECUTION_SUCCEEDED | 2026-07-10T22:34:27.630769Z | True | — |
| Prefix | Count | Examples |
|---|---|---|
| 14 | GOOGLE_API_KEY, GOOGLE_API_KEY_SQUR, GOOGLE_CLOUD_PROJECT, GOOGLE_CSE_API_KEY, GOOGLE_OAUTH_CLIENT_ID | |
| STRIPE | 13 | STRIPE_API_KEY, STRIPE_API_SECRET, STRIPE_COMPANY_WEBHOOK_SECRET, STRIPE_CONFIG, STRIPE_PICS_SECRET_KEY |
| APIFY | 9 | APIFY_API_KEY, APIFY_API_TOKEN, APIFY_API_TOKEN_0, APIFY_API_TOKEN_1, APIFY_API_TOKEN_2 |
| SELLER | 9 | SELLER_ADDRESS_CITY, SELLER_ADDRESS_LINE1, SELLER_ADDRESS_POSTCODE, SELLER_BANK_BIC, SELLER_BANK_IBAN |
| POSTIZ | 8 | POSTIZ_API_KEY, POSTIZ_DB_PASSWORD, POSTIZ_GOOGLE_CLIENT_ID, POSTIZ_GOOGLE_CLIENT_SECRET, POSTIZ_INTERNAL_KEY |
| TEST | 6 | TEST_USER_JORIAN_EMAIL, TEST_USER_JORIAN_PASSWORD, TEST_USER_JORIAN_UID, TEST_USER_TOBIAS_EMAIL, TEST_USER_TOBIAS_PASSWORD |
| CANVAS | 5 | CANVAS_AGENT_DISPATCH_KEY, CANVAS_API_KEY, CANVAS_API_URL, CANVAS_INTERNAL_KEY, CANVAS_SERVICE_KEY |
| FIREBASE | 5 | FIREBASE_CLIENT_EMAIL, FIREBASE_PRIVATE_KEY, FIREBASE_PROJECT_ID, FIREBASE_SERVICE_ACCOUNT_JSON, FIREBASE_WEB_API_KEY |
| GEMINI | 5 | GEMINI_KEY_EIT, GEMINI_KEY_GM, GEMINI_KEY_INT, GEMINI_KEY_SF, GEMINI_KEY_SQUR |
| SQUR | 5 | SQUR_CLIENT_SECRETS, SQUR_DRIVE_KEY, SQUR_GOOGLE_API_KEY, SQUR_NOTION_INTEGRATION_SECRET, SQUR_STITCH_KEY |
| SUPABASE | 5 | SUPABASE_ACCESS_TOKEN, SUPABASE_DB_DSN, SUPABASE_SERVICE_ROLE_KEY, SUPABASE_URL, SUPABASE_WEBHOOK_SECRET |
| A0 | 4 | A0_API_KEY, A0_BASE_URL, A0_CALLBACK_URL, A0_HMAC_SECRET |
| AAAS | 4 | AAAS_COOKIE_SECRET, AAAS_DIY_CLOUDRUN_SA_KEY, AAAS_HMAC_SECRET, AAAS_SYNC_KEY |
| CLOUDFLARE | 4 | CLOUDFLARE_ACCOUNT_ID, CLOUDFLARE_EDGE_TOKEN, CLOUDFLARE_ID, CLOUDFLARE_TOKEN |
| HANDOVER | 4 | HANDOVER_PLUGIN_APP_ID, HANDOVER_PLUGIN_APP_INSTALLATION_ID, HANDOVER_PLUGIN_APP_KEY, HANDOVER_PLUGIN_SIGNING_SECRET |
| 4 | LINKEDIN_CLIENT_ID, LINKEDIN_CLIENT_ID_SF, LINKEDIN_CLIENT_SECRET, LINKEDIN_CLIENT_SECRET_SF | |
| RESEND | 4 | RESEND_ADMIN_API_KEY, RESEND_API_KEY, RESEND_WEBHOOK_SECRET, RESEND_WEBHOOK_SIGNING_SECRET |
| BRAVE | 3 | BRAVE_API_KEY, BRAVE_API_KEY_0, BRAVE_API_KEY_1 |
| EIE | 3 | EIE_DATABASE_URL, EIE_SERVICE_KEY, EIE_SERVICE_URL |
| GITHUB | 3 | GITHUB_LOOGIN_PASS, GITHUB_LOOGIN_USER, GITHUB_TOKEN |
| INTERNAL | 3 | INTERNAL_BROADCAST_KEY, INTERNAL_DISPATCH_KEY, INTERNAL_SECRET |
| LIVEKIT | 3 | LIVEKIT_API_KEY, LIVEKIT_API_SECRET, LIVEKIT_URL |
| NEXT | 3 | NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY, NEXT_PUBLIC_FIREBASE_API_KEY, NEXT_PUBLIC_SUPABASE_ANON_KEY |
| TAVUS | 3 | TAVUS_API_SQUR, TAVUS_LOGIN_PASS, TAVUS_LOGIN_USER |
| TELEGRAM | 3 | TELEGRAM_BOT_TOKEN, TELEGRAM_BOT_WEBHOOK_SECRET, TELEGRAM_CHAT_ID |
| WORKOS | 3 | WORKOS_API_KEY_STAGING, WORKOS_CLIENT_ID_STAGING, WORKOS_COOKIE_PASSWORD_STAGING |
| AZURE | 2 | AZURE_AD_CLIENT_ID, AZURE_AD_CLIENT_SECRET |
| BILLING | 2 | BILLING_API_KEY, BILLING_API_URL |
| CLERK | 2 | CLERK_SECRET_KEY, CLERK_WEBHOOK_SECRET |
| FAL | 2 | FAL_API_KEY, FAL_KEY |
| GMAIL | 2 | GMAIL_CLIENT_ID, GMAIL_CLIENT_SECRET |
| HERMES | 2 | HERMES_SERVICE_KEY, HERMES_SERVICE_URL |
| HETZNER | 2 | HETZNER_LOGIN_KEY, HETZNER_LOGIN_USER |
| HUGGINGFACE | 2 | HUGGINGFACE_PASS, HUGGINGFACE_USER |
| NAME | 2 | NAME, NAME |
| INVESTOR | 2 | INVESTOR_GMAIL_PASSWORD, INVESTOR_GMAIL_USER |
| OPENAI | 2 | OPENAI_API_KEY, OPENAI_REALTIME_API_KEY |
| PINECONE | 2 | PINECONE_API, PINECONE_API_KEY |
| PORKBUN | 2 | PORKBUN_API_KEY, PORKBUN_API_SECRET |
| TURNSTILE | 2 | TURNSTILE_SECRET_KEY, TURNSTILE_SITE_KEY |
| AAA | 1 | AAA_QUEUE_DSN |
| ANTHROPIC | 1 | ANTHROPIC_API_KEY |
| BOOKING | 1 | BOOKING_LINK |
| BOUTIQUE | 1 | BOUTIQUE_STRIPE_WEBHOOK_SECRET |
| BREVO | 1 | BREVO_API_KEY |
| CHROME | 1 | CHROME_PLUGIN_EXTENSION_PRIVATE_KEY |
| CLOUD | 1 | CLOUD_RUN_URL |
| CONTEXT7 | 1 | CONTEXT7_API |
| CRM | 1 | CRM_INTERNAL_KEY |
| CRON | 1 | CRON_SECRET |
| DASHBOARD | 1 | DASHBOARD_ADMIN_UID |
| DATABASE | 1 | DATABASE_URL |
| DEEPSEEK | 1 | DEEPSEEK_API_KEY |
| DESIGN | 1 | DESIGN_TOKENS_GITHUB_PAT |
| DOCS | 1 | DOCS_WRITER_SA_KEY |
| EXA | 1 | EXA_API_KEY |
| FERNET | 1 | FERNET_KEY |
| FIRECRAWL | 1 | FIRECRAWL_API_KEY |
| GLM | 1 | GLM_API_KEY |
| GRAVITYCLAW | 1 | GRAVITYCLAW_SYNC_KEY |
| HF | 1 | HF_TOKEN |
| INDEXNOW | 1 | INDEXNOW_ADMIN_SECRET |
| INFERENCE | 1 | INFERENCE_SH_TOKEN |
| LLM | 1 | LLM_PROXY_KEY |
| MAGIC | 1 | MAGIC_LINK_SECRET |
| NEON | 1 | NEON_DATABASE_URL |
| NPM | 1 | NPM_TOKEN |
| OPENROUTER | 1 | OPENROUTER_API_KEY |
| OPEN | 1 | OPEN_ROUTER |
| PAGESPEED | 1 | PAGESPEED_API_KEY |
| PAPERCLIP | 1 | PAPERCLIP_CC_SECRET |
| POSTHOG | 1 | POSTHOG_API_KEY |
| SCRAPECREATORS | 1 | SCRAPECREATORS_API_KEY |
| SKILLBOSS | 1 | SKILLBOSS_API_KEY |
| SUPPORT | 1 | SUPPORT_TASK_HMAC_SECRET |
| TAVILY | 1 | TAVILY_API_KEY |
| TEMP | 1 | TEMP_BILLING_ACCESS_KEY |
| WEBHOOK | 1 | WEBHOOK_SIGNING_SECRET |
| YOUTUBE | 1 | YOUTUBE_API_KEY |
| aaa-provenance-secret | 1 | aaa-provenance-secret |
| aaa-queue-dsn | 1 | aaa-queue-dsn |
| aaa-rest-auth-token | 1 | aaa-rest-auth-token |
| aaas-blog-api-key | 1 | aaas-blog-api-key |
| aaas-tavily-api-key | 1 | aaas-tavily-api-key |
| aaas-tts-api-key | 1 | aaas-tts-api-key |
| apphosting-github-conn-kjj6mlr-github-oauthtoken-4c62fe | 1 | apphosting-github-conn-kjj6mlr-github-oauthtoken-4c62fe |
| canvas-anthropic-creds | 1 | canvas-anthropic-creds |
| canvas-anthropic-oauth | 1 | canvas-anthropic-oauth |
| claude-oauth-creds | 1 | claude-oauth-creds |
| gcp-sa-key-claude-cli | 1 | gcp-sa-key-claude-cli |
| github-app-id | 1 | github-app-id |
| github-app-installation-id | 1 | github-app-installation-id |
| github-app-private-key | 1 | github-app-private-key |
| github-pat | 1 | github-pat |
| github-pat-claude | 1 | github-pat-claude |
| n8n-api-key | 1 | n8n-api-key |
| n8n-app-db-password | 1 | n8n-app-db-password |
| n8n-callback-header-secret | 1 | n8n-callback-header-secret |
| n8n-encryption-key | 1 | n8n-encryption-key |
| n8n-local-postgres-password | 1 | n8n-local-postgres-password |
| n8n-offer-hmac-secret | 1 | n8n-offer-hmac-secret |
| n8n-owner-password | 1 | n8n-owner-password |
| notebooklm-auth-json | 1 | notebooklm-auth-json |
| openrouter-api-key | 1 | openrouter-api-key |
| podping-bearer-token | 1 | podping-bearer-token |
| postiz-base-url | 1 | postiz-base-url |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| discoverypipelinetrigger | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| enrichclusters | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | HTTP_TRIGGER | — | yes |
| enrichcomparisons | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | HTTP_TRIGGER | — | yes |
| enrichgraph | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | HTTP_TRIGGER | — | yes |
| enrichmentrefreshscheduled | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-enrichmentRefreshScheduled-us-central1 (PAUSED) | no |
| enrichnewagent | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichnewbenchmark | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichnewdataset | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichnewframework | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichnewintegration | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichnewmodel | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichnewpaper | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichnewplatform | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichnewprovider | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichnewskill | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichnewstartup | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichnewtool | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| enrichsimilarities | us-central1 | True | 5 | 0 | 1 | 2Gi | 10.00 | all | yes | HTTP_TRIGGER | — | yes |
| enrichstacks | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | HTTP_TRIGGER | — | yes |
| entityscoresnapshot | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-entityScoreSnapshot-us-central1 (ENABLED) | no |
| indexnowagentsubmitter | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| indexnowmodelsubmitter | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| indexnowsubmitter | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| indexnowsubmitterscheduled | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-indexNowSubmitterScheduled-us-central1 (PAUSED) | no |
| indexnowtoolsubmitter | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| renderagentdetail | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| seedinternalagents | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| seedplatformagent | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| topicenricher | us-central1 | True | 20 | 0 | 1 | 1024Mi | 20.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| topicstatusupdater | us-central1 | True | 20 | 0 | 1 | 512Mi | 10.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| activateagent | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| agentexecutor | us-central1 | True | 50 | 0 | 1 | 1024Mi | 50.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| agentrequesthandler | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| agentresponsedelivery | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| agentretryexecutor | us-central1 | True | 20 | 0 | 1 | 1024Mi | 20.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| agentzerocallback | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| backlogarchitecturesync | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-backlogArchitectureSync-us-central1 (ENABLED) | no |
| backlogautoprocessor | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-backlogAutoProcessor-us-central1 (ENABLED) | no |
| backlogintake | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| backlogtestrunner | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| backlogtomomentum | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-backlogToMomentum-us-central1 (ENABLED) | no |
| committobacklog | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| darviscostmonitor | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-darvisCostMonitor-us-central1 (ENABLED) | no |
| darvisdispatch | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| darvisretentionpurge | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-darvisRetentionPurge-us-central1 (ENABLED) | no |
| darvistoken | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| genprompttemplate | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| genuicomponent | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| genvaultskill | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| handoverpluginreport | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| handoverstats | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| optimizeagenticon | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| publishagent | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| publishbuilderagent | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| reservehandle | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| reviewaction | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| schematopromptconverter | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| submitagenttask | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| adminnotifier | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| broadcastemail | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| creditslownotifier | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| dailydigestscheduler | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-dailyDigestScheduler-us-central1 (PAUSED) | no |
| emailbuildflowhandler | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| emailonuserupdate | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| emailscheduler | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-emailScheduler-us-central1 (PAUSED) | no |
| freetrialexhaustionemailsender | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| genemailalert | us-central1 | True | 5 | 0 | 1 | 512Mi | 2.50 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| inboundemail | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| meetingprepbriefdelivery | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| npsresponsehandler | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| npssurveydispatcher | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-npsSurveyDispatcher-us-central1 (ENABLED) | no |
| npssurveydispatcherhttp | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| npssynthesizer | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-npsSynthesizer-us-central1 (ENABLED) | no |
| npssynthesizerhttp | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| onboardingemaildelivery | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| onboardinginitializer | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| onboardingsequencepersonalizer | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| referralinvitedispatcher | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-referralInviteDispatcher-us-central1 (ENABLED) | no |
| referralinvitedispatchermanual | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| referralstatsupdater | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| subscriberbridge | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| subscriberwelcome | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| subscriptionrollupnightly | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-subscriptionRollupNightly-us-central1 (ENABLED) | no |
| weeklynewsletterscheduler | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-weeklyNewsletterScheduler-us-central1 (PAUSED) | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| accountreport | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| actionpackgenerator | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| agent-runtime-claude | us-central1 | True | 50 | 0 | 1000m | 512Mi | 25.00 | all | no | — | yes | |
| assetdispatcher | us-central1 | True | 10 | 0 | 1 | 512Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| budgetwatchdog | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-budgetWatchdog-us-central1 (ENABLED) | no |
| devtaskcallback | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| devtaskintake | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| engagementaggregator | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-engagementAggregator-us-central1 (ENABLED) | no |
| firstpromptcadencetrigger | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| gentoolboxupdate | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| intakeprocessor | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| onweeklyepisodepublished | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| paperclipcallback | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| paperclipruncallback | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| paperclipscheduler | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-paperclipScheduler-us-central1 (PAUSED) | no |
| platformentityseeder | us-central1 | True | 3 | 0 | 1 | 2Gi | 6.00 | all | yes | HTTP_TRIGGER | — | yes |
| platformentityseederscheduled | us-central1 | True | 20 | 0 | 1 | 2Gi | 40.00 | all | yes | HTTP_TRIGGER | firebase-schedule-platformEntitySeederScheduled-us-central1 (PAUSED) | no |
| projectstatuschange | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| scoutscheduler | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-scoutScheduler-us-central1 (PAUSED) | no |
| skilltopackseeder | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| skilltopackseederscheduled | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | firebase-schedule-skillToPackSeederScheduled-us-central1 (PAUSED) | no |
| submissionpromoter | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| trackcurator | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| trackcuratorscheduled | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-trackCuratorScheduled-us-central1 (PAUSED) | no |
| weeklyrefreshorchestrator | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-weeklyRefreshOrchestrator-us-central1 (ENABLED) | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aggregatekpishourly | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-aggregateKpisHourly-us-central1 (ENABLED) | no |
| aggregatekpismanual | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| anonymoussessioncleanup | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-anonymousSessionCleanup-us-central1 (ENABLED) | no |
| chainhealthcheck | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| chainhealthmonitor | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-chainHealthMonitor-us-central1 (ENABLED) | no |
| clienthealthmonitor | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | firebase-schedule-clientHealthMonitor-us-central1 (ENABLED) | no |
| costrollupdaily | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-costRollupDaily-us-central1 (ENABLED) | no |
| dailyhealthreport | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-dailyHealthReport-us-central1 (ENABLED) | no |
| deploymenttracker | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| designcataloghealthdaily | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-designCatalogHealthDaily-us-central1 (ENABLED) | no |
| dorametrics | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| dorametricsscheduled | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-doraMetricsScheduled-us-central1 (ENABLED) | no |
| firestorebackup | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-firestoreBackup-us-central1 (ENABLED) | no |
| llmquotarollup | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-llmQuotaRollup-us-central1 (ENABLED) | no |
| projectabandonmentmonitor | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-projectAbandonmentMonitor-us-central1 (ENABLED) | no |
| stuckstatewatchdog | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-stuckStateWatchdog-us-central1 (ENABLED) | no |
| vmidlemonitor | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-vmIdleMonitor-us-central1 (ENABLED) | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| blog | us-central1 | True | 10 | 0 | 1 | 1Gi | 10.00 | all | no | — | yes | |
| blog-staging | us-central1 | True | 3 | 0 | 1 | 1Gi | 3.00 | all | no | — | yes | |
| blogtopackconverter | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| blogtopackconverterscheduled | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | firebase-schedule-blogToPackConverterScheduled-us-central1 (PAUSED) | no |
| contentpublisherhttp | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| contentpublisherscheduled | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-contentPublisherScheduled-us-central1 (PAUSED) | no |
| contentqualitygate | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| contentscouthttp | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| contentscoutscheduled | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-contentScoutScheduled-us-central1 (PAUSED) | no |
| contentsharescheduler | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-contentShareScheduler-us-central1 (PAUSED) | no |
| genblogarticle | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| gensocialpost | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| postizdesignusagewebhook | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| resenddesignusagewebhook | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| resendwebhook | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| socialautopublisher | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-socialAutoPublisher-us-central1 (PAUSED) | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aaas-api | us-central1 | True | 50 | 0 | 2 | 1Gi | 100.00 | all | no | — | yes | |
| aaas-api-staging | us-central1 | True | 50 | 0 | 2 | 1Gi | 100.00 | all | no | — | yes | |
| apigateway | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| apikeyprovisioner | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| certificategenerator | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| crmapi | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| crmmigration | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| demochat | us-central1 | True | 20 | 0 | 1 | 512Mi | 10.00 | all | yes | HTTP_TRIGGER | — | yes |
| eie | us-central1 | True | 50 | 0 | 1000m | 512Mi | 25.00 | all | no | — | yes | |
| eie-service | us-central1 | True | 3 | 0 | 1 | 512Mi | 1.50 | all | no | — | yes | |
| platform | us-central1 | True | 4 | 0 | 1.00 | 512Mi | 2.00 | all | no | — | yes | |
| platform-staging | us-central1 | True | 50 | 0 | 1000m | 512Mi | 25.00 | all | no | — | yes | |
| tts | us-central1 | True | 10 | 0 | 1 | 512Mi | 5.00 | all | yes | HTTP_TRIGGER | — | yes |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| academyflowdelivery | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-academyFlowDelivery-us-central1 (PAUSED) | no |
| academyhealthcheck | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| academypackcomplete | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| academypacktrigger | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| academyseeder | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| academystreaktracker | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| challengegenerator | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| challengegeneratorscheduled | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-challengeGeneratorScheduled-us-central1 (PAUSED) | no |
| coursescheduler | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-courseScheduler-us-central1 (PAUSED) | no |
| crashcoursegenerator | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| genacademypack | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| gentodayfromacademypack | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-genTodayFromAcademyPack-us-central1 (PAUSED) | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aaas-billing | europe-west1 | True | 10 | 0 | 1 | 512Mi | 5.00 | internal | no | — | no | |
| billingreconciliation | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-billingReconciliation-us-central1 (ENABLED) | no |
| createconnectonboardinglink | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| createpicscheckout | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| generateinvoicepdf | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.written | — | no |
| getconnectaccountstatus | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| invoice-reset | europe-west1 | True | 20 | 0 | 1000m | 512Mi | 10.00 | internal | no | — | no | |
| invoice-reset-neon | europe-west1 | True | 20 | 0 | 1000m | 512Mi | 10.00 | internal | no | — | no | |
| invoice-reset-uscentral1 | us-central1 | True | 20 | 0 | 1000m | 512Mi | 10.00 | all | no | — | yes | |
| picsstripewebhook | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| resetinvoicessimple | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| stripewebhook | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| forumacceptanswer | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| forumaskquestion | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| forumflag | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| forummoderate | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| forumseedcontent | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| forumsitemap | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-forumSitemap-us-central1 (PAUSED) | no |
| forumsitemaphttp | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| forumvote | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| genforumtopic | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| suggestforumtopics | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| foundryautoevalscheduler | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-foundryAutoEvalScheduler-us-central1 (ENABLED) | no |
| foundrychaintrigger | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| foundryhealthcheck | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-foundryHealthCheck-us-central1 (ENABLED) | no |
| foundrymegagrind | us-central1 | True | 20 | 0 | 1 | 2Gi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| foundrymegagrindscheduled | us-central1 | True | 20 | 0 | 1 | 2Gi | 40.00 | all | yes | HTTP_TRIGGER | firebase-schedule-foundryMegaGrindScheduled-us-central1 (ENABLED) | no |
| foundryslotscanner | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| foundryslotscannerscheduled | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | firebase-schedule-foundrySlotScannerScheduled-us-central1 (ENABLED) | no |
| foundrystatus | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| foundrytournamentrunner | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| authsessioncookie | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| deleteuserdata | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| exportuserdata | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| leaguemanager | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| leaguemanagerscheduled | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-leagueManagerScheduled-us-central1 (PAUSED) | no |
| packengagementtracker | us-central1 | True | 20 | 0 | 1 | 512Mi | 10.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| setbuildertier | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| youtubedailyingest | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-youtubeDailyIngest-us-central1 (PAUSED) | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| contextcompletionhook | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| contextdeltamerger | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| contexteventemitter | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| contextpipeline | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| contextproxy | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| contextresynthesizer | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-contextResynthesizer-us-central1 (ENABLED) | no |
| deepcontextcompletionhook | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.updated | — | no |
| generatecontextpackage | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| autoresearch-agents | us-central1 | True | 10 | 0 | 1 | 512Mi | 5.00 | all | no | — | yes | |
| autoresearchverifier | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-autoresearchVerifier-us-central1 (ENABLED) | no |
| competitivealertscheduler | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | firebase-schedule-competitiveAlertScheduler-us-central1 (ENABLED) | no |
| competitoranalysisrunner | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| cro-autoresearch | europe-west1 | True | 5 | 0 | 1 | 1Gi | 5.00 | internal | no | — | no | |
| daily-seo-report | europe-west1 | True | 60 | 0 | 0.3333 | 512Mi | 10.00 | internal | yes | HTTP_TRIGGER | — | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aaas-diy-api | us-central1 | True | 3 | 0 | 1 | 1Gi | 3.00 | all | no | — | yes | |
| diypackageviewtracker | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| diypineconereindex | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-diyPineconeReindex-us-central1 (PAUSED) | no |
| diyviewcountsync | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-diyViewCountSync-us-central1 (ENABLED) | no |
| gendiypackage | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| genslamupdate | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| runslampreview | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| slamchathandler | us-central1 | True | 30 | 0 | 1 | 1024Mi | 30.00 | all | yes | HTTP_TRIGGER | — | yes |
| slamfollowupsender | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-slamFollowUpSender-us-central1 (ENABLED) | no |
| slamleadscorer | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.written | — | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| outboxdrainersweep | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-outboxDrainerSweep-us-central1 (ENABLED) | no |
| outboxdrainertrigger | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| workflowoutboxbacklogsweep | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-workflowOutboxBacklogSweep-us-central1 (ENABLED) | no |
| workflowoutboxconsumer | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| workflowoutboxlagcheck | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-workflowOutboxLagCheck-us-central1 (ENABLED) | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aaas-canvas-agent-runtime | us-central1 | True | 3 | 0 | 1000m | 512Mi | 1.50 | all | no | — | yes | |
| aaas-canvas-auth-gate | us-central1 | True | 4 | 0 | 1 | 512Mi | 2.00 | all | no | — | yes | |
| canvas-api | us-central1 | True | 40 | 0 | 1 | 1Gi | 40.00 | all | no | — | yes | |
| canvas-crm-api | us-central1 | True | 10 | 0 | 1000m | 512Mi | 5.00 | all | no | — | yes |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dealintelligencerunner | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| partnerbriefing | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| prospectintelligencebrief | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | — | yes |
| prospectresearchrunner | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aaas-blocks-mcp | us-central1 | True | 2 | 0 | 1 | 256Mi | 0.50 | all | no | — | yes | |
| entity-mcp | us-central1 | True | 3 | 0 | 1 | 512Mi | 1.50 | all | no | — | yes | |
| entity-mcp-staging | us-central1 | False | 5 | 0 | 1 | 512Mi | 2.50 | all | no | — | yes |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| genselectupdate | us-central1 | True | 5 | 0 | 1 | 1024Mi | 5.00 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| selectsitemap | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | — | yes |
| selectsitemapscheduled | us-central1 | True | 50 | 0 | 1 | 256Mi | 12.50 | all | yes | HTTP_TRIGGER | firebase-schedule-selectSitemapScheduled-us-central1 (PAUSED) | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| gentodaypick | us-central1 | True | 5 | 0 | 1 | 512Mi | 2.50 | all | yes | google.cloud.firestore.document.v1.created | — | no |
| todayemaildelivery | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-todayEmailDelivery-us-central1 (PAUSED) | no |
| todaypickscurator | us-central1 | True | 40 | 0 | 1 | 1024Mi | 40.00 | all | yes | HTTP_TRIGGER | firebase-schedule-todayPicksCurator-us-central1 (PAUSED) | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| podcast-aggregator-v1 | us-central1 | True | 2 | 0 | 1 | 512Mi | 1.00 | all | yes | google.cloud.pubsub.topic.v1.messagePublished | — | no |
| podcast-postiz-poster-v1 | us-central1 | True | 1 | 0 | 1 | 1Gi | 1.00 | internal | yes | HTTP_TRIGGER | — | no |
| podcast-rss-builder-v1 | us-central1 | True | 1 | 0 | 1 | 512Mi | 0.50 | internal | yes | HTTP_TRIGGER | — | no |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| gravityclawscheduler | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | firebase-schedule-gravityclawScheduler-us-central1 (ENABLED) | no |
| gravityclawsync | us-central1 | True | 50 | 0 | 1 | 512Mi | 25.00 | all | yes | HTTP_TRIGGER | — | yes |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aaa-rest | us-central1 | True | 2 | 0 | 1000m | 512Mi | 1.00 | all | no | — | yes |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| picsintake | us-central1 | True | 20 | 0 | 1 | 512Mi | 10.00 | all | yes | HTTP_TRIGGER | — | yes |
| Name | Region | Ready | maxScale | minScale | cpu | memory | cost signal | ingress | Cloud Function? | trigger type | scheduler trigger | orphan candidate? |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| squr-asm-ui | europe-west1 | True | 3 | 0 | 1 | 512Mi | 1.50 | internal | no | — | no |