You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Configures a composite service that creates a cluster (using Node.js's `cluster` module) of the given `config.script`declarefunctionconfigureNodeCluster(config: NodeClusterConfig): ServiceConfig// Example of using configureNodeClusterstartCompositeService({services: {cluster: configureNodeCluster({script: 'path/to/script.js',scale: 4}),// more services....},})
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: