Recently, we encountered a challenge related to a significant number of commits (approximately 500) from one of our clients. Our primary objective in addressing this issue was to enhance the efficiency of processing a Pull Request with a high volume of commits, prompting us to initiate a hotfix.
This hotfix incorporated the use of a Python package, 'multiprocessor'. Regrettably, this package presented unexpected compatibility issues with our AWS Lambdas. Consequently, the deployment of the hotfix in our production environment disrupted the EasyCLA service.