Hacker News new | ask | show | jobs
by motorest 542 days ago
> It’s a monkey’s paw solution, now you have 15 kinda slow pipelines instead of 3 slow deployment pipelines.

Not a problem. In fact, they are a solution to a problem.

> And you get to have the fun new problem of deployment planning and synchronizing feature deployments.

Not a problem too. You don't need to synchronize anything if you're consuming changes that are already deployed and running. You also do not need to synchronize feature deployment if you know the very basics of your job. Worst case scenario, you have to move features behind a feature flag, which requires zero synchronization.

This sort of discussion feels like people complaining about perceived problems they never bothers to think about, let alone tackle.