keotl / invert-pdf

A free online PDF colour inverter. (Perfect for printing dark PDFs.)
https://invert-pdf.club
MIT License
96 stars 51 forks source link

Request timeout when processing larger PDF files #1

Closed keotl closed 4 years ago

keotl commented 4 years ago

The heroku hosted version has trouble processing files larger than ~1-2MB. The request gets killed afetr 30s and does not complete.

2019-09-29T22:39:13.874742+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/convert" host=invert-pdf.club request_id=5302e9aa-c9d3-4d0c-9cde-316f32c55ba4 fwd="1.1.1.1" dyno=web.1 connect=0ms service=30329ms status=503 bytes=0 protocol=http

keotl commented 4 years ago

Tested with a 684-page, 30 MB file. Should no longer occur.