-
Notifications
You must be signed in to change notification settings - Fork 4
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
Increased the timeouts to handle long PDFs gracefully #480
Conversation
@kwalcock Tested the docker image built locally and works! |
It looks very good to me. I read some of the assertions about the timeout not being respected in dev mode, and it looks like you found the solution. Thanks for getting to it before I did. Does 40 minutes processing time indicate some other problem? The CI has been failing on the docker container for me as well. |
@kwalcock The 40 mins is just some arbitrary value, long enough to process a paper with many dozens of pages and accounting for COSMOS processing time. CI is failing for something apparently unrelated. Not sure yet how to fix it |
See if this fixes the CI issue
Same
@myedibleenso @kwalcock It seems that there is an issue in the |
I think the CI issue is the same one reported here: jlumbroso/free-disk-space#9 ... and this open PR fixes it: jlumbroso/free-disk-space#8 That one has been open for awhile. Why don't we try using the fork with the fix. To do so in this case, I believe we just need to change the action name from |
@myedibleenso Testing after applying the fix |
Fixes #476