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

HYC-1988 - Handle soffice pptx #1132

Merged
merged 8 commits into from
Nov 19, 2024
Merged

HYC-1988 - Handle soffice pptx #1132

merged 8 commits into from
Nov 19, 2024

Conversation

bbpennel
Copy link
Member

@bbpennel bbpennel commented Nov 15, 2024

https://unclibrary.atlassian.net/browse/HYC-1988

  • If an soffice run times out, the job will attempt a graceful termination, followed by a hard kill. It also now reaps the process if it was killed, to prevent defunct processes from sticking around forever
  • Added a lock to soffice processing to prevent multiple runs at once, since apparently it does not support this
    • Added explicit dependency on redlock, which was already getting included via hyrax
  • Decreased the number of retries per job from 5 to 3, since jobs rarely recover and block up queues for long periods
  • Allow soffice path to be configured from a property

@davidcam-src davidcam-src merged commit 41282a8 into main Nov 19, 2024
4 checks passed
@davidcam-src davidcam-src deleted the hyc-1988 branch November 19, 2024 19:27
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.

2 participants