Query-retrieve operations need their own queue

Issue #326 resolved
Ed McDonagh created an issue

The C-Find and C-Move operations can take a long while, and can block the resulting extractions from being processed till the move is complete.

Propose a new qr queue to join the stores and default queues.

Also currently a move called from a query is not sent to Celery, but rather continues in the parent's task. Propose breaking this into a new task.

Comments (3)

  1. Ed McDonagh reporter

    Resolved back in December. Would only useful if several queries are taking place at once and took all available workers.

  2. Log in to comment