-
Notifications
You must be signed in to change notification settings - Fork 177
Remove experimental status from worker tuners #2683
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
base: master
Are you sure you want to change the base?
Remove experimental status from worker tuners #2683
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except it also moves poller behavior out of experimental. It's not clear from PR description if it's intentional, and WorkerOptions
getters/setters are still experimental.
*/ | ||
@Experimental | ||
public interface PollerBehavior {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional to also move poller behavior out of experimental too? If so, it's still marked experimental inside WorkerOptions
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this wasn't intentional, good catch. Though, we should probably un-mark it too, but, I'll do that separately for all langs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two more poller behavior classes that had annotation removed.
*/ | ||
@Experimental | ||
public final class PollerBehaviorAutoscaling implements PollerBehavior { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be restored.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. 🤦
*/ | ||
@Experimental | ||
public class PollerBehaviorSimpleMaximum implements PollerBehavior { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be restored.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one I'll just keep the removal right now honestly, it was never really experimental since this just delegates to the old behavior.
Summary
https://chatgpt.com/codex/tasks/task_b_68e97eccfc2883318321fef725cebb09