The CI/CD workflow is super long.
It takes hours from the moment that PR is ready until it gets deployed to production.
Because of the long CI/CD processes, we cannot move fast and it takes a long time to release a feature (even a small one). This restrains us from pushing to production when the feature is ready. Instead, it takes hours.
We should be able to reduce the entire CI/CD process, ideally to minutes, so we can deploy features and bug fixes immediately as they are getting approved.
Anatoly Agulyansky
This is a great example how to apply the problem solving tools help to save time of a process. Good job.