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

fix(scaler): always publish delete notification #234

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

brooksmtownsend
Copy link
Member

@brooksmtownsend brooksmtownsend commented Jan 12, 2024

Feature or Problem

This PR fixes a possible issue where, in the case where a single wadm instance doesn't find scalers for a particular manifest name, it won't notify the other instances to delete those scalers as well. After this fix, anytime we request to remove scalers (which is only when a manifest is undeployed) we will send the DeleteScalers notification to each instance.

Related Issues

Release Information

Can be a patch release cherry picked for 0.9.2, or just pushed into 0.10.0.

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

@thomastaylor312
Copy link
Contributor

Good to go once tests pass

@brooksmtownsend
Copy link
Member Author

Good to go once tests pass

Just a heads up that some of the test fixes went into #233, really just updating to v0.81 and the "new" heartbeat/inventory format

@brooksmtownsend brooksmtownsend enabled auto-merge (rebase) January 12, 2024 23:08
@brooksmtownsend brooksmtownsend merged commit 1506a3b into main Jan 12, 2024
5 checks passed
@brooksmtownsend brooksmtownsend deleted the fix/ensure-notify-delete branch January 12, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants