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
With very large files we see Sidekiq failing with this error:
Errno::ENOSPC: No space left on device @ io_write - /app/tmpfilename
Looks like this is happening because we run out of space on Sidekiq's PVC while these files are being processed. We can handle some of these by running them one by one. Some are just too large alone.
We could crank up the size of our PVC, or find a more efficient way to process these files. Or both.
The text was updated successfully, but these errors were encountered:
A permissions issue with the file share the sidekiq boxes use when processing the files for thumbnails and signatures is causing ruby to not use the file shares. We are currently coordinating with a vendor to figure out why the permissions are not being applied properly.
I emailed Srinath from the NFS team who should be helping with this. We had a change freeze on their end but I followed up today to see if it can get resolved soon
With very large files we see Sidekiq failing with this error:
Looks like this is happening because we run out of space on Sidekiq's PVC while these files are being processed. We can handle some of these by running them one by one. Some are just too large alone.
We could crank up the size of our PVC, or find a more efficient way to process these files. Or both.
The text was updated successfully, but these errors were encountered: