Skip to content

Comments

Add queue_name routing to RemoteProcessThreadController#333

Draft
agoscinski wants to merge 1 commit intoaiidateam:masterfrom
agoscinski:rmqscheduler
Draft

Add queue_name routing to RemoteProcessThreadController#333
agoscinski wants to merge 1 commit intoaiidateam:masterfrom
agoscinski:rmqscheduler

Conversation

@agoscinski
Copy link
Contributor

Add required queue_name parameter to continue_process, launch_process, execute_process, and task_send methods. Tasks are now routed directly to named queues via communicator.task_queue(queue_name).task_send().

This enables AiiDA's multi-queue scheduling where different process types (root workchains, nested workchains, calcjobs) can be routed to separate queues with independent prefetch settings.

Add required queue_name parameter to continue_process, launch_process,
execute_process, and task_send methods. Tasks are now routed directly to
named queues via communicator.task_queue(queue_name).task_send().

This enables AiiDA's multi-queue scheduling where different process types
(root workchains, nested workchains, calcjobs) can be routed to separate
queues with independent prefetch settings.
@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

❌ Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.83%. Comparing base (051b3fe) to head (a5f1f87).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/plumpy/process_comms.py 20.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #333   +/-   ##
=======================================
  Coverage   90.83%   90.83%           
=======================================
  Files          22       22           
  Lines        3009     3009           
=======================================
  Hits         2733     2733           
  Misses        276      276           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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