Priority: MED.
Firing many sequential GraphQL queries per check (~9 now) hits CF GraphQL Analytics rate limits (10429), which cfGraphQLSafe swallows → silent monitoring gaps. The GraphQL API supports multiple top-level dataset fields under one account {} selection in a single request — batching cuts request count ~8× and dodges the limit.
From FEEDBACK-from-divinci-deployment.md — real-world findings from the Divinci self-hosted deployment, 2026-06-17.
Priority: MED.
Firing many sequential GraphQL queries per check (~9 now) hits CF GraphQL Analytics rate limits (10429), which
cfGraphQLSafeswallows → silent monitoring gaps. The GraphQL API supports multiple top-level dataset fields under oneaccount {}selection in a single request — batching cuts request count ~8× and dodges the limit.From
FEEDBACK-from-divinci-deployment.md— real-world findings from the Divinci self-hosted deployment, 2026-06-17.