exo
exo copied to clipboard
[BUG] apply unnecessarily re-creates resources
trafficstars
Applying a procfile:
✓ ├─ deleting hang
✓ ├─ re-creating hang
But the command and the env didn't change!
We need to be able to handle fully-resolved manifests and compare them against each other to see if any change has happened. If not, then we should avoid recreating.
There is also some complexity here with component dependencies.