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'm experiencing two errors. I encountered the errors while using exiftools-vendored but I believe they come from this package. I created a minimal reproducible example to test and demonstrate.
The errors:
batch-cluster.js hangs if I call exiftool.read() for the first time in a Docker container's lifetime from within a Next.js request.
When I re-run the request batch-cluster.js fails immediately with the error: BatchCluster has ended, cannot enqueue …
The first error sounds just like #13, however as you can see my container definitely has the ps command.
The text was updated successfully, but these errors were encountered:
I'm experiencing two errors. I encountered the errors while using
exiftools-vendored
but I believe they come from this package. I created a minimal reproducible example to test and demonstrate.The errors:
batch-cluster.js
hangs if I callexiftool.read()
for the first time in a Docker container's lifetime from within a Next.js request.batch-cluster.js
fails immediately with the error:BatchCluster has ended, cannot enqueue …
The first error sounds just like #13, however as you can see my container definitely has the
ps
command.The text was updated successfully, but these errors were encountered: