mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Support PR: More information on how the executions are counted towards the quota (#4324)
Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,11 @@ There are two execution modes:
|
|||||||
* Production: a production workflow is one that runs automatically. To enable this, set the workflow to **Active**.
|
* Production: a production workflow is one that runs automatically. To enable this, set the workflow to **Active**.
|
||||||
|
|
||||||
|
|
||||||
|
## How executions count towards quotas:
|
||||||
|
|
||||||
|
[Paid plans](https://n8n.io/pricing/), whether cloud or self-hosted, have an execution limit quota. Only production executions count towards this quota. These are executions started automatically by triggers, schedules, or polling. Manual executions aren't counted. This distinction applies regardless of the instance environment, such as development or production.
|
||||||
|
|
||||||
|
|
||||||
## Execution lists
|
## Execution lists
|
||||||
|
|
||||||
n8n provides two execution lists:
|
n8n provides two execution lists:
|
||||||
|
|||||||
Reference in New Issue
Block a user