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
In submitting a resource batch load process, which included many animated GIFs, we observed our Manifold instance peg two CPUs and remain at a load average of 15 for several minutes. It eventually cooled off, but it was nerve-wracking to watch. There should be a way to throttle the image processing queue to keep the CPU load workable.
Hey Hardy, thanks for the issue. It looks like the drive folder has been deleted, so I wasn't able to test and try to reproduce.
That said, image processing jobs are dropped into Sidekiq, which is what Manifold uses for background processing.
@scryptmouse, you have a better understanding of tuning Sidekiq than I do and perhaps you can weigh in here. Right now, we start Sidekiq with this runnit service definition:
Alexa, do you have any recommendations for how we might better tune our default sidekiq settings in the omnibus package? Would be nice to make improvements before the impending v6 release.
It looks to me like we only have a single Sidekiq worker, as I don't see
In submitting a resource batch load process, which included many animated GIFs, we observed our Manifold instance peg two CPUs and remain at a load average of 15 for several minutes. It eventually cooled off, but it was nerve-wracking to watch. There should be a way to throttle the image processing queue to keep the CPU load workable.
For reproduction purposes, the google sheet of the metadata we're using is here:
https://docs.google.com/spreadsheets/d/1ATwb0Jf4dbNqFZd7faRnLEqq898I662G9AnKNRvM6Ps/edit?usp=sharing
and the drive folder is here:
https://drive.google.com/drive/folders/1Uj81gzMflKiyeTObg5npZ7aoIby3d6hz?usp=sharing
The text was updated successfully, but these errors were encountered: