-
Notifications
You must be signed in to change notification settings - Fork 32
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
#1240 backports for v2 #1275
#1240 backports for v2 #1275
Conversation
Co-authored-by: Konstantin Baierer <[email protected]>
…up (also, simplify)
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.
LGTM
run_processor(processorClass, mets_url=mets, workspace=workspace, **kwargs) | ||
atexit.register(goexit) | ||
if log_filename: | ||
log_ctx = redirect_stderr_and_stdout_to_file(log_filename) |
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.
BTW this is one of the things I got rid of in the fork for our k8s deployment.
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.
Is it bad then? Should we remove it from the CLI?
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.
No, but something we should discuss because that does not play well with k8s.
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.
Oh, I see.
Co-authored-by: Konstantin Baierer <[email protected]>
As discussed this is basically a cherry-picked version of #1240 with just the fixes (and some minor additions to get tests running smoothly again).
Changelog must also be cherry-picked from, but that's completely manual and can be done after review.
Most importantly, this solves the problems with Pillow 10.