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
I absolutely love this package, but I can't solve a huge problem with it.
It completly blocks my server while processing the image!
I was hoping to fix this by using separate job (using Bull queue) but no success. Whole server stops and doesn't respond to requests when this job is started. Job is started in separate thread, but still SQIP completely blocks everything!
How do I handle this? Please help me guys, really want to use this is production.
UPD: after all I managed to process SQIP in separate process. Now it doesn't block server.
The text was updated successfully, but these errors were encountered:
I absolutely love this package, but I can't solve a huge problem with it.
It completly blocks my server while processing the image!
I was hoping to fix this by using separate job (using Bull queue) but no success. Whole server stops and doesn't respond to requests when this job is started. Job is started in separate thread, but still SQIP completely blocks everything!
How do I handle this? Please help me guys, really want to use this is production.
UPD: after all I managed to process SQIP in separate process. Now it doesn't block server.
The text was updated successfully, but these errors were encountered: