The Rate Limits page atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fw/rate-limits provides a dashboard for monitoring workflow execution utilization against configured rate limits.
Overview
The Rate Limits page wraps theRateLimitDashboardWidget in a full-page container with a settings-style header. The page description reads: “Monitor workflow execution utilization against configured rate limits.” It links to external documentation via PUBLISHED_DOC_PATHS.formsRateLimitingThrottling.
Who it’s for
Requiresfw.rate_limits.view permission, enforced by RequirePermission in src/routes/fw.tsx.
Before you start
- You must have the
fw.rate_limits.viewpermission. - Rate limit configuration must be set up elsewhere (SME: confirm location) before utilization data is meaningful.
Steps
- Navigate to
/fw/rate-limits. - Review the
RateLimitDashboardWidgetfor current utilization metrics.
Key concepts
- Rate limit — A configured threshold on workflow execution frequency or volume, enforced to protect system resources and downstream services.
- Utilization — The current rate of executions relative to the configured limit, displayed by the
RateLimitDashboardWidget.
Related
Forms & Workflow
Forms & Workflow core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/fw.tsx
- src/cores/fw/pages/RateLimitDashboardPage.tsx
- src/cores/fw/components/rate-limiting/RateLimitDashboardWidget.tsx