Files
medusa-store/.changeset/long-nails-fix.md
T
Adrien de Peretti cb716856b6 fix(engine): Always create cleaner job (#13557)
RESOLVES CORE-1206

**What**
Instead of removing cleaner repeatable job and risk to remove it while other instances are still up, we always create it, since the id of a job is unique and we give one to the job, if already present it wont get added
2025-09-19 14:38:14 +00:00

7 lines
133 B
Markdown

---
"@medusajs/workflow-engine-redis": patch
"@medusajs/workflow-engine-inmemory": patch
---
fix(engine): Always create cleaner job