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

0.6 #47

Merged
merged 5 commits into from
Jan 28, 2024
Merged

0.6 #47

merged 5 commits into from
Jan 28, 2024

Conversation

natsunlee
Copy link
Owner

JobDefinition:

  • New checkpointer_config section to allow configuring or replacing the default Checkpointer implementation.
  • Exception will be raised if extension_directories entry is not a valid path.
  • Exception will be raised if extension_directories entry is not a directory.
  • Warning will be displayed if extension_directories entry is not a valid package (is a dir, but is missing init.py).
  • Warning will be displayed if importing a module found in any extension_directories, including default dirs, results in an exception. The offending module will be skipped and module discovery + import will continue.

Misc:

  • Changed behavior of -j and --jobdef arg to interpret path based on CWD, rather than w/ respect to the .py file where Flowmancer().start() is invoked.

@natsunlee natsunlee merged commit 6fb74b0 into main Jan 28, 2024
@natsunlee natsunlee deleted the 0.6 branch January 28, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant