Search before asking
What happened
The number of GitLab Repo MRs、tag、issue、deployment... in our system exceeds 10,000.
According to the official GitLab documentation:
For performance reasons, if a query returns more than 10,000 records, GitLab excludes some headers.
ref: GitLab Documentation
As a result, the x-total-page header is not returned, which causes Develake to only fetch 100 records for the subtask.
What do you expect to happen
No matter the settings, it is necessary to retrieve the complete data.
How to reproduce
When MR, tag, issue, and Deployment are executed tens of thousands of times, attempting to retrieve the data afterwards will only return 100 records.
Anything else
No response
Version
1.0.1
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
The number of GitLab Repo MRs、tag、issue、deployment... in our system exceeds 10,000.
According to the official GitLab documentation:
As a result, the
x-total-pageheader is not returned, which causes Develake to only fetch 100 records for the subtask.What do you expect to happen
No matter the settings, it is necessary to retrieve the complete data.
How to reproduce
When MR, tag, issue, and Deployment are executed tens of thousands of times, attempting to retrieve the data afterwards will only return 100 records.
Anything else
No response
Version
1.0.1
Are you willing to submit PR?
Code of Conduct