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

Implement video upload workflow in Celery #3747

Merged
merged 35 commits into from
Mar 9, 2024

Conversation

marcoacierno
Copy link
Member

@marcoacierno marcoacierno commented Mar 3, 2024

Removes Temporal to avoid the additional complexity and deployment needs. Code should also be easier to edit and test locally

Fixes #3564

ToDo:

  • Locking strategy

Copy link

vercel bot commented Mar 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pycon ✅ Ready (Inspect) Visit Preview Mar 9, 2024 7:01pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
email-templates ⬜️ Ignored (Inspect) Visit Preview Mar 9, 2024 7:01pm

Copy link

codecov bot commented Mar 3, 2024

Codecov Report

Merging #3747 (c2577c6) into main (8a895bd) will increase coverage by 1.51%.
Report is 5 commits behind head on main.
The diff coverage is 91.56%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3747      +/-   ##
==========================================
+ Coverage   90.79%   92.30%   +1.51%     
==========================================
  Files         297      293       -4     
  Lines        7722     7696      -26     
  Branches     1160     1138      -22     
==========================================
+ Hits         7011     7104      +93     
+ Misses        633      507     -126     
- Partials       78       85       +7     

@marcoacierno marcoacierno changed the title Move video upload workflow to celery Implement video upload workflow in Celery Mar 9, 2024
@marcoacierno marcoacierno merged commit 1e7a925 into main Mar 9, 2024
15 checks passed
@marcoacierno marcoacierno deleted the video-upload-workflow-as-celery-task branch March 9, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rewrite video upload workflow
1 participant