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 GlobusComputeEngine's scale_in method #1343

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Fix GlobusComputeEngine's scale_in method #1343

merged 1 commit into from
Oct 31, 2023

Conversation

yadudoc
Copy link
Collaborator

@yadudoc yadudoc commented Oct 30, 2023

Description

GlobusComputeEngine.scale_in(blocks:int) picks the first blocks number of blocks to cancel. Instead we should be
using the HighThroughputExecutor's scale_in method that has handling for tracking and placing blocks on hold
when they are mostly idle.

Type of change

Choose which options apply, and delete the ones which do not apply.

  • Code maintenance/cleanup

@yadudoc yadudoc requested review from rjmello and khk-globus October 30, 2023 21:53
@yadudoc yadudoc added the no-news-is-good-news This change does not require a news file label Oct 30, 2023
Copy link
Collaborator

@ryanchard ryanchard left a comment

Choose a reason for hiding this comment

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

Makes sense.

@yadudoc yadudoc merged commit 015bd87 into main Oct 31, 2023
59 of 60 checks passed
@yadudoc yadudoc deleted the fix_gce_scale_in branch October 31, 2023 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-news-is-good-news This change does not require a news file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants