mkaufmaner opened a new issue, #6320: URL: https://github.com/apache/incubator-devlake/issues/6320
### 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 first task of a project pipeline fails with the following error; Maybe related? https://github.com/go-gorm/gorm/issues/5173 ``` time="2023-10-24 09:21:23" level=info msg=" [pipeline service] [pipeline #22] [task #56393] start executing task: 56393" time="2023-10-24 09:21:23" level=info msg=" [pipeline service] [pipeline #22] [task #56393] start plugin" time="2023-10-24 09:21:23" level=info msg=" [pipeline service] [pipeline #22] [task #56393] total step: 1" time="2023-10-24 09:21:23" level=info msg=" [pipeline service] [pipeline #22] [task #56393] executing subtask setProjectMapping" time="2023-10-24 09:21:24" level=error msg=" [pipeline service] [pipeline #22] [task #56393] subtask setProjectMapping ended unexpectedly Wraps: (2) Error 1390 (HY000): Prepared statement contains too many placeholders (500) Wraps: (3) Error 1390 (HY000): Prepared statement contains too many placeholders Error types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *mysql.MySQLError" ``` <img width="521" alt="Screen Shot 2023-10-24 at 5 30 34 AM" src="https://github.com/apache/incubator-devlake/assets/2073135/487c0f92-bb3b-4f9e-ae7c-cb9888af3226"> ### What do you expect to happen For the first task of a project pipeline to be successful. ### How to reproduce This is occurring with a project that has approximately 5000 GitHub repositories. ### Anything else This problem occurs every single time. ### Version v0.18.0 ### 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]
