start Command - Medusa CLI Reference
Start the Medusa application in production.
Options#
Option | Description | Default |
---|---|---|
| Set host of the Medusa server. |
|
| Set port of the Medusa server. |
|
| Start Medusa's Node.js server in cluster mode. Running in cluster mode significantly improves performance as the workload and tasks are distributed among all available instances instead of a single one. | Cluster mode is disabled by default. If the option is passed but no number is passed, Medusa will try to consume all available CPU cores. |
Was this page helpful?