-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update limits #647
base: main
Are you sure you want to change the base?
Update limits #647
Conversation
| Data Collections (Storage) | Maximum storage for data collections | Configurable | 1MB | 5MB | 10MB | 50MB | 50MB | | ||
| Data Collections (Number) | Maximum number of data collections per project | Configurable | 2 | 5 | 10 | Unlimited | Unlimited | | ||
| Concurrency Control | Allowing users to control concurrency limits for the project | Configurable | Yes | Yes | Yes | Yes | Yes | | ||
| Workflow concurrency limit | Maximum workflow runs that can be executed in parallel | Configurable | N/A | N/A | N/A | N/A | N/A | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@christad92 what do you mean by 'N/A' here? I think these concurrency features are available for all plans. Maybe we say something like 'configurable' rather?
OpenFn has a number of configurable limits that help ensure smooth operation. | ||
This page details what those limits are and how they can be adjusted. | ||
OpenFn cloud hosted instance has a number of limits that help ensure smooth | ||
operation. This page details what those limits are and how they can be adjusted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@christad92 maybe we link to openfn.org/pricing page to say "see here for the latest plans" in case we open one page but not the other?
| Data Collections (Number) | Maximum number of data collections per project | Configurable | 2 | 5 | 10 | Unlimited | Unlimited | | ||
| Concurrency Control | Allowing users to control concurrency limits for the project | Configurable | Yes | Yes | Yes | Yes | Yes | | ||
| Workflow concurrency limit | Maximum workflow runs that can be executed in parallel | Configurable | N/A | N/A | N/A | N/A | N/A | | ||
| Project concurrency limit | Maximum project runs that can be executed in parallel. | Configurable | N/A | N/A | N/A | N/A | N/A | | ||
|
||
:::tip Increasing limits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also somewhere link to lightning github docs to say if you're managing your own local deployment, then see docs here for how to configure these limits on your own instance?
@christad92 thanks for quick! feedback provided |
Short Description
This PR is for updating plan limits. I added a new table to provide a side by side comparison for each feature by plan. See below:

Details
Add any more details that may be relevant to the reviewer. How did you approach
these docs? Are there any parts you struggled with, or that need particularly
careful review?
AI Usage
Please disclose how you've used AI in this work (it's cool, we just want to
know!):
You can read more details in our
Responsible AI Policy