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:
@@ -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
|
||||
Reference in New Issue
Block a user