Skip to content

#338: improve celery task handling #339

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
Open

Conversation

Toni000
Copy link
Contributor

@Toni000 Toni000 commented Apr 9, 2025

Our event scheduling now uses the celery task queue to make use of it's parallelization. This means celery will start multiple workers to do the tasks. These tasks are fully independent and performed even with over 100 patients in the same exercise, all started at once. Feel free to take a closer look, maybe we can still improve it further.

@Toni000 Toni000 added bug Something isn't working backend labels Apr 9, 2025
@Toni000 Toni000 requested review from Wolkenfarmer and claasga April 9, 2025 16:20
@Toni000 Toni000 self-assigned this Apr 9, 2025
@Toni000 Toni000 linked an issue Apr 9, 2025 that may be closed by this pull request
2 tasks
@Toni000 Toni000 marked this pull request as draft April 9, 2025 16:21
@Toni000 Toni000 marked this pull request as ready for review May 3, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Performance
1 participant