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: eagerly update experiments on successful write actions [DET-3263] #642

Merged
merged 3 commits into from
Jun 9, 2020

Conversation

hamidzr
Copy link
Member

@hamidzr hamidzr commented Jun 4, 2020

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)

@hamidzr hamidzr requested a review from hkang1 June 4, 2020 01:49
@cla-bot cla-bot bot added the cla-signed label Jun 4, 2020
@@ -53,6 +53,9 @@ const TaskActionDropdown: React.FC<Props> = ({ task }: Props) => {
switch (params.key) { // Cases should match menu items.
Copy link
Contributor

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?

Copy link
Member Author

@hamidzr hamidzr Jun 8, 2020

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

Copy link
Contributor

@hkang1 hkang1 left a 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.

@hkang1 hkang1 removed their assignment Jun 8, 2020
@hamidzr hamidzr force-pushed the 3263-local-update-experiments branch from c531ef1 to 5c04f66 Compare June 8, 2020 21:43
@hamidzr hamidzr self-assigned this Jun 8, 2020
@hamidzr hamidzr force-pushed the 3263-local-update-experiments branch from 5c04f66 to 7f2aef5 Compare June 8, 2020 23:21
@hamidzr hamidzr merged commit 481d72a into determined-ai:master Jun 9, 2020
@hamidzr hamidzr deleted the 3263-local-update-experiments branch June 9, 2020 00:10
@dannysauer dannysauer added this to the 0.12.7 milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants