Tasks get stuck behind store SCP when both use Celery

Issue #260 closed
Ed McDonagh created an issue

I think this is because they are in the same queue.

We can create multiple queues and specify which task goes to which queue.

Comments (5)

  1. Ed McDonagh reporter

    Set the store scp task to use a particular queue, added instruction to docs so I remember how to create the queues, added name of default queue to settings - not sure this is required, but the default queue otherwise is called celery. This seems to work, though some imports are failings still on the retrieve. However, it might be unrelated (see ref #262). Refs #260

    → <<cset 2766c79e73fd>>

  2. Ed McDonagh reporter

    Created new queue to handle the StoreSCP task, preventing other tasks from getting stuck behind it. Made the StoreSCP less chatty by removing reference to debug mode. Made both StoreSCP and QRSCU less chatty by commenting out print statements. Closes #260

    → <<cset 249bf0960ee3>>

  3. Log in to comment