pimguilherme opened a new issue, #7099: URL: https://github.com/apache/incubator-devlake/issues/7099
### 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 I am running into deadlocks when trying to execute two parallel pipelines for distinct repositories. This is the error I meet:  ### What do you expect to happen There should be no deadlocks, or the system should be resilient and retry transactions a few times (perhaps a configurable amount?) I have found the following issue on this same behavior: https://github.com/apache/incubator-devlake/issues/5819 Is it expected that we disable the commit collection to avoid this error? It sounds like having commit data is important to generate some metrics, so dropping it is not without side effects. One thing to note is that we are using a mysql RDS t3.micro instance for these tests, which is not very powerfull.. but in any case, the expectation is that there is no deadlock and that the application can handle this (albeit slower) ### How to reproduce Trigger simultaneous pipelines on repositories with over 20k commits. ### Anything else _No response_ ### Version v0.18.0, v0.19.0, v0.20.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: dev-unsubscr...@devlake.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org