feat(medusa): Extract cron job logic to its own service (#2821)

**What**
Extract cron job logic from the `EventBusService` to its own service `JobSchedulerService`

**Why**
Preliminary step to extracting the event bus into a module

**Tests**
Tested with a local installation of Medusa

Resolved CORE-918
This commit is contained in:
Oliver Windall Juhl
2022-12-19 19:04:46 +00:00
committed by GitHub
parent c8724da503
commit ba6bb3e54b
9 changed files with 385 additions and 205 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"medusa-plugin-brightpearl": patch
"@medusajs/medusa": patch
---
feat(medusa): Extract cron jobs logic from the EventBusService to its own service JobSchedulerService