gzwine opened a new issue, #4468: URL: https://github.com/apache/incubator-devlake/issues/4468
### 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 When retrieving the story-changes data, 500 errors were returned in some paging tapd (after consulting tapd, it was speculated that some paging data was too large to cause internal errors). ERROR return: <img width="1079" alt="企业微信截图_e7bf5b01-41be-4c41-8ea0-14c0a52509a8" src="https://user-images.githubusercontent.com/2018368/220235791-930f8c9b-07a3-4599-8da4-0af18f4962c2.png"> Successful return: <img width="1054" alt="企业微信截图_f81c5c4e-d601-4301-8042-46aa955e3819" src="https://user-images.githubusercontent.com/2018368/220236334-7cc4ba15-cdc3-4947-b7b4-c91e573ab99c.png"> ### What do you expect to happen I expect the configuration of tapd to support the pageSize parameter [ [ { "plugin": "tapd", "options": { "createdDateAfter": "2006-01-02T15:04:05Z", "workspaceId": 34***66, "connectionId": 1, **"pageSize":50** } } ] ] ### How to reproduce 1、Configure a tapd with a certain number of requirements and requirements changes 2、run Blueprint tasks ### Anything else _No response_ ### Version main ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
