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

Split synaptor queue #99

Merged
merged 3 commits into from
Jul 2, 2024
Merged

Split synaptor queue #99

merged 3 commits into from
Jul 2, 2024

Conversation

ranlu
Copy link

@ranlu ranlu commented Jul 2, 2024

Split synaptor queue into multiple queues, one for each worker groups. This prevent wrong types of workers still other workers' tasks and causing the dag to go out of sync.

ranlu added 3 commits July 2, 2024 13:14
The tasks for different workers are now send to synaptor-{cpu, gpu,
seggraph}-tasks queues. This prevent the workers of the wrong type steal
the tasks and causing the dag to go out of sync.
@ranlu ranlu merged commit 626eee0 into main Jul 2, 2024
2 checks passed
@ranlu ranlu deleted the split_synaptor_queue branch July 3, 2024 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant