Skip to main content
System limits
Tom Williams avatar
Written by Tom Williams
Updated over a week ago

The Keypup platform enforces several limits to maintain the stability and performance of the platform. These limits are detailed below.

Insight datapoints

When building insights, the chart/KPI is populated based on the configuration table, found in the builder.

System limit

This table is limited to 500 records. This means that charts will display 500 data points at most.

How to handle this limit

You can work around this limit by using filters to restrict the range of data to report on (e.g. decrease the time range, focus on specific projects or labels to focus on) or changing to a wider granularity (e.g. group dates by months rather than weeks or days).

Data export

System limit

Data exports are limited to 500 records. This means that 500 data points from the chart or report will be returned at most.

How to handle this limit

You can work around this limit by using filters to restrict the range of data to report on (e.g. decrease the time range, focus on specific projects or labels to focus on) or changing to a wider granularity (e.g. group dates by months rather than weeks or days) expectedly gives good results.

Pull requests to Issue linking

Keypup supports the discovery of Issue-to-PR relationships via auto-closing keywords. Issue-to-PR relationships are useful for cross-entity queries (e.g. filter pull requests based on issue labels, or use issue creation date at the pull request level…).

System limit

The issue-to-PR relationship discovery is limited to 50 issues for each pull request and 50 pull requests for each issue. Associated issues and pull requests are discovered by order of creation (from oldest to newest) to keep the behavior consistent.

How to handle this limit

Having 50+ associated issues for a single pull request generally means a release or rebase PR has been left open for quite some time and should be considered an outlier.

Did this answer your question?