In order to support dynamic clustering and throttling, we need a way to inject the number of workers to a process at startup. similar to MIXDOWN_PORT Solution: ``` MIXDOWN_CLUSTER=true MIXDOWN_WORKERS=4 npm start ```