Skip to content

removed handling for general exception for boto3 in transcoding app #252

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

umar8hassan
Copy link
Contributor

@umar8hassan umar8hassan commented May 19, 2025

What are the relevant tickets?

part of https://github.com/mitodl/hq/issues/7328

Description (What does it do?)

this adds filtering for thumbnail groups based on the provided parameter

How can this be tested?

Anyone interested in testing it locally can do so using the ocw-studio repository, as follows:

  1. Switch to this branch in the local repository.
  2. Run the following:
docker-compose build
docker-compose run --rm -ti shell bash

# inside shell
uv build --package mitol-django-transcoding
  1. Check that you have a mitol_django_transcoding-xxxx.x.xx.tar.gz file in dist/
  2. Move dist/mitol_django_transcoding-xxxx.x.xx.tar.gz to OCW studio local repository.
  3. Switch to the master branch in the OCW-Studio local repository.
  4. Spin up containers after rebuilding: docker-compose up -d --build
  5. Add a transcoding job by adding video via GitHub flow
  6. Verify the Job data from the Django admin

@umar8hassan umar8hassan self-assigned this May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant