Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] apply unnecessarily re-creates resources #290

Open
brandonbloom opened this issue Sep 3, 2021 · 0 comments
Open

[BUG] apply unnecessarily re-creates resources #290

brandonbloom opened this issue Sep 3, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@brandonbloom
Copy link
Member

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.

@brandonbloom brandonbloom added bug Something isn't working needs triage Incoming request that needs to be triaged and prioritized and removed needs triage Incoming request that needs to be triaged and prioritized labels Sep 3, 2021
@brandonbloom brandonbloom self-assigned this Oct 18, 2021
@brandonbloom brandonbloom added this to the Overhaul milestone Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant