Skip to content

fix: call queues through strapi.config.get(bullmq.mainQueue)

Hadrien Froger requested to merge fix/queing into main

Fix queues calls: should use always the queues exposed by the strapi.config:

  • bullmq.mainQueue
  • bullmq.installQueue

Merge request reports