You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try to convert images to something a bit larger than 640px or so I get a timeout. I have tried to increase the timeout time to up to 2 minutes but it doesn't complete before that either.
The same problem happens on both my local machine and on Heroku.
I guess this problem has something to do with Image Magick but I basically do the same conversions using paperclip on Rails without any problems.
Have anybody else experienced the same problem? Are there workarounds?
What happens when you run the command manually?
I get an error running convert test.jpg -strip -resize 1400x1400> -quality 60 -format jpg out.jpg in both bash and zsh.
This should be solved by escaping the > (becomes \>) like they do in the documentation
If this does not work, you could try setting @async false to see if the commands ever finishes
Whenever I try to convert images to something a bit larger than 640px or so I get a timeout. I have tried to increase the timeout time to up to 2 minutes but it doesn't complete before that either.
The same problem happens on both my local machine and on Heroku.
I guess this problem has something to do with Image Magick but I basically do the same conversions using paperclip on Rails without any problems.
Have anybody else experienced the same problem? Are there workarounds?
This is what my definition looks like:
The text was updated successfully, but these errors were encountered: