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.
6 lines
118 B
Markdown
6 lines
118 B
Markdown
---
|
|
"@medusajs/workflow-engine-redis": patch
|
|
---
|
|
|
|
chore(workflow-engine-redis): remove repeatable jobs from old queue
|