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

Update study configuration during execution #445

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Conversation

jwhite242
Copy link
Collaborator

@jwhite242 jwhite242 commented Sep 18, 2024

This feature adds the ability to change some of a study's configuration during execution, including:

  • rlimit (restart limit)
  • throttle
  • sleep

Implementation works like cancel, taking paths to executing study workspaces. Configuration parameters can be updated either via an interactive prompt for each study workspace given, or using explicit/repeated keyword arguments for each configuration parameter.

Current Limitations:

  • rlimit is a per step configuration, but it is only set globally in current implementation
  • If a study is no longer running, updating rlimit will not yet resume the study to account for any increases

@jwhite242 jwhite242 self-assigned this Sep 18, 2024
@jwhite242 jwhite242 marked this pull request as ready for review November 22, 2024 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant