Execute refs from all queues async

Once serialized refs are added to queues as in Add ref to a queue (#512051 - closed), we need to process them from the queue in bulk asynchronously like we do for the bulk cron workers.

Definition of done

  • Cron worker that schedules a worker for every registered raw queue if no args
  • If an arg is present, trigger bulk processing for the queue
  • If a queue has queued items left, re-enqueue the worker

This issue does not handle the actions for bulk processing, only reading items from the redis queue

Edited by Madelein van Niekerk