-
Notifications
You must be signed in to change notification settings - Fork 30
feature/db-garbage-collection #585
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
feature/db-garbage-collection #585
Conversation
…arbage-collection
jwhite242
left a comment
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.
One more general comment: type usage in the method argument docstrings was ~inconsistent.
|
Thanks for the review @jwhite242. I'll go back through all of the docstrings/type hints to make sure they're accurate with the latest changes once this is done. |
feature/gc-filesys-check
jwhite242
left a comment
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.
Thanks for addressing the cross-filesystem issues!
Adds garbage collection functionality for the database. Additionally, this garbage collection is integrated into the
merlin monitorcommand so that it's run by default. There are also some extra checks for invalid workflows that have been added to the monitor to try to make it more resilient.