Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyrax::DerivativeService should skip movie files #924

Open
ShanaLMoore opened this issue Dec 6, 2023 · 0 comments
Open

Hyrax::DerivativeService should skip movie files #924

ShanaLMoore opened this issue Dec 6, 2023 · 0 comments

Comments

@ShanaLMoore
Copy link
Contributor

ShanaLMoore commented Dec 6, 2023

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.

jeremyf added a commit that referenced this issue Dec 6, 2023
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
@jeremyf jeremyf removed their assignment May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants