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): remove backoff wrapper around link #228

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

brooksmtownsend
Copy link
Member

@brooksmtownsend brooksmtownsend commented Dec 21, 2023

Feature or Problem

This PR removes the BackoffAwareScaler wrapper around Actor and link scalers as it is not a useful addition to the scaler logic. Both actor and link scalers issue idempotent commands and actor scalers actually haven't utilized the backoff functionality since #171. In some cases we even see linkdef scalers looping infinitely so this should fix that.

Related Issues

#171

Release Information

v0.9.2 with a cherry pick

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

@brooksmtownsend brooksmtownsend merged commit 49dde26 into main Dec 21, 2023
5 checks passed
@brooksmtownsend brooksmtownsend deleted the fix/only-backoff-provider-scaler branch December 21, 2023 19:38
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