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

Reduce number of tasks in the Celery workflow for upload processing #214

Merged
merged 16 commits into from
Feb 22, 2023

Conversation

joker234
Copy link
Member

@joker234 joker234 commented Feb 10, 2023

Goals: Reduce messaging overhead; Improve Performance.

Solution: Merge task chain into one simple function.

Closes: #217

@matthiasschaub matthiasschaub changed the title Refactor celery tasks and limit to one task per status button Reduce number of tasks in the Celery workflow for upload processing Feb 20, 2023
@matthiasschaub matthiasschaub added the waiting for review This pull request urgently needs a code review label Feb 20, 2023
@matthiasschaub matthiasschaub merged commit 5509c6b into main Feb 22, 2023
@matthiasschaub matthiasschaub deleted the refactor-celery-tasks branch February 22, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:upload-processing waiting for review This pull request urgently needs a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce number of tasks in the Celery workflow for upload processing
3 participants