chore(workflow-engine-redis): remove repeatable jobs from old queue (#11822)

What:
  * Old  deployments have repeatable jobs registered in a wrong queue. When the `server` instance picks that job, the workflow doesn't exist, it calls to remove the job, which then removes the job from the new queue.
  * This PR cleans up any repeatable job from the queue that is exclusive to handle workflows.
This commit is contained in:
Carlos R. L. Rodrigues
2025-03-12 14:54:10 +00:00
committed by GitHub
parent 76a0d8e1d8
commit 6053ec3976
2 changed files with 15 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/workflow-engine-redis": patch
---
chore(workflow-engine-redis): remove repeatable jobs from old queue