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: set service idempotency logic #2421

Closed
wants to merge 11 commits into from
Closed

fix: set service idempotency logic #2421

wants to merge 11 commits into from

Conversation

tedim52
Copy link
Contributor

@tedim52 tedim52 commented May 2, 2024

Description

REMINDER: Tag Reviewers, so they get notified to review

Is this change user facing?

YES/NO

References (if applicable)

@@ -83,5 +83,6 @@ func (itvs *InterpretationTimeValueStore) GetNewServiceConfig(name service.Servi
if !ok {
return nil, stacktrace.NewError("Did not find new service config for '%v' in interpretation time value store.", name)
}
delete(itvs.setServiceConfigValues, name)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after the new service config values been retrieved, we remove it from the interpretationTimeValueStore so that its not used again

@tedim52
Copy link
Contributor Author

tedim52 commented May 2, 2024

closing in favor of: #2422

@tedim52 tedim52 closed this May 2, 2024
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.

1 participant