-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Internal Server Error:Process timeout exceeded. #1094
Comments
You can add this as a docker env variable, like 20m for 20 minutes |
I've added
to my docker compose environment section but it still will timeout much, much earlier than 30 minutes.
|
I do have the same issue, I'd appreciate if someone could provide some kind of help |
Internal process timeouts are hardcoded right now. switch (key) {
case LIBRE_OFFICE -> 30;
case PDFTOHTML -> 5;
case OCR_MY_PDF -> 30;
case PYTHON_OPENCV -> 30;
case GHOSTSCRIPT -> 5;
case WEASYPRINT -> 30;
case INSTALL_APP -> 60;
case CALIBRE -> 30;
}; We need to make these values configurable. |
let me change some of these now.... one moment |
Trying to compress a 250MB PDF file (level 2), I get a stack trace after some minutes. How can I increase the timeout ?
The text was updated successfully, but these errors were encountered: