zia-devsecops opened a new issue, #8529: URL: https://github.com/apache/incubator-devlake/issues/8529
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened The error indicates that the offset pagination for retrieving User objects in Apache DevLake has exceeded the maximum allowed offset of 5000. This limit is set to prevent excessive resource usage. The error suggests switching to "keyset pagination" to retrieve the remaining records, as offset pagination is restricted for this type of request. ### What do you expect to happen Stage 2 of blueprint pipeline is failing with pagination in GitLab ### How to reproduce Deploy the version 1.0.2 ,1.0.2-beta5 using docker compose and integrate with Gitlab . It will fail in data collection ### Anything else _No response_ ### Version 1.0.2-beta5 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org