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
PALS needs a semi-permanent fix. Even though they've asked clients not to upload movie files, some of them still must because every day a few end up in their sidekiq queue which currently causes a severe bottleneck for the rest of their jobs. It appears as though simple imports take days to complete.
With this commit we are not generating time-based derivatives for
movies; instead generating only the thumbnail.
The reason is that as of <2023-12-06 Wed> the mp4 generation is
extremely slow (and perhaps the webm; hence the 🔨 for this 🐛).
Related to:
- #924
PALS needs a semi-permanent fix. Even though they've asked clients not to upload movie files, some of them still must because every day a few end up in their sidekiq queue which currently causes a severe bottleneck for the rest of their jobs. It appears as though simple imports take days to complete.
There's a bug ticket to fix the immediate cause.
There's a script we've run to move movie files out of the busy queue, in rancher.
However, we don't want to check and run this script daily.
This ticket is to implement Jeremy's suggestion as a temp solution, until the root of the problem gets corrected.
The text was updated successfully, but these errors were encountered: