-
Notifications
You must be signed in to change notification settings - Fork 356
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: eagerly update experiments on successful write actions [DET-3263] #642
fix: eagerly update experiments on successful write actions [DET-3263] #642
Conversation
@@ -53,6 +53,9 @@ const TaskActionDropdown: React.FC<Props> = ({ task }: Props) => { | |||
switch (params.key) { // Cases should match menu items. |
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.
nit: Not part of this PR, but up do you. Move // Cases should match menu items.
to the line above?
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.
I prefer it here but the line above works too, it's closer to the target of the comment IMO
I move this section in #652 or and they'll collide if I change so slightly rather not change it here
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.
Loosely played around with this PR and the updates happen very fast! Few comments in the PR.
c531ef1
to
5c04f66
Compare
5c04f66
to
7f2aef5
Compare
Description
we locally update the experiment states on successful write actions to avoid waiting for the next poll period.
depends on #640
Test Plan
Commentary (optional)