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

Make the DICOM Storage SCP indexing queue to be asynchronous #496

Merged

Conversation

bastiao
Copy link
Member

@bastiao bastiao commented Aug 14, 2021

Make the DICOM Storage SCP indexing queue to be asynchronous.
As a consequence, a new task manager instance was created for query to avoid overload of index tasks, and avoid starvation of query tasks.

@bastiao bastiao marked this pull request as draft August 14, 2021 23:41
@bastiao bastiao marked this pull request as ready for review August 15, 2021 13:17
@bastiao
Copy link
Member Author

bastiao commented Aug 16, 2021

I will also propagate this changes to v3.

@bastiao bastiao requested a review from Enet4 August 16, 2021 22:05
@Enet4
Copy link
Collaborator

Enet4 commented Aug 17, 2021

As we are aware that critical query requests (e.g. search) go through the task manager, it is wise to reserve a task pool for queries.

@bastiao bastiao merged commit 8bff934 into bioinformatics-ua:releases/2.5.X Aug 22, 2021
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.

None yet

2 participants