Files
medusa-store/packages/modules-sdk
Sebastian Rindom 56481e683d feat: v2 - add worker mode (#6739)
**What**
- Adds support for starting a Medusa process with a worker mode.
- The worker modes supported are "shared", "worker", "server"
- In "worker" mode, API routes are not registered and modules that need to run workers (e.g., event bus redis) can use the flag to conditionally start workers.
- In "server" mode, API routes are registered and workers are not started.
- In "shared" mode, API routes are registered and workers are started. This is great for development.
2024-03-21 13:08:20 +00:00
..
2024-03-21 13:08:20 +00:00
2024-03-20 10:21:30 +01:00
2024-03-20 10:21:30 +01:00
2023-06-09 20:47:24 +02:00