-
Notifications
You must be signed in to change notification settings - Fork 219
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
some files randomly won't get generated. #163
Comments
BTW, some files just resized perfectly. |
on that file nothing generated. |
I suspect that once script gets an image from S3, all resize/reduce is processed on the fly so any processing binary buffers will be allocated on that process, then some resize/reduce process might not work unexpectedly. Well, I'll plan to use temporary file while processing, but I'm not sure it solves the issue. |
For me on some png files it was the timeout, try increasing it. |
Hi, moving the issue here from #161,
config
While resizing I can watch logs from CloudWatch and very randomly stops;
for example;
a 2560x1440 file stops at _lg
a 3360x2100 file stops at _md_sq
The text was updated successfully, but these errors were encountered: