Question
Timeout from Heroku
Hello,
I have an issue with the time for conversion. I'm using the Adobe Tools API for converting a pdf to jpeg. Everything works fine except using larger files for conversion.
Example:
1. 360kb file takes 7 sec to convert
2. 7Mb file takes 18-19 sec to convert
3. 14MB file takes over 30 sec to convert.
In the case of 1 and 2 it's working, but for nr. 3, because that operation takes so long I'm receiving timeout from heroku.
For our app it's very common to have pdf files that are 20-30MB. Is there a way to fix this problem? I tried a naive solution to compress the file using the API and after that to convert, but for example this way the request takes 59 sec for a 14MB file.
