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
The docs are not clear on parallelism, CPU cores, or anything like that. To find out how many CPUs I had access to, I had to add an endpoint in my app which returned the result of os.cpus()!
Plus, the 'getting started' guide runs a bare server.js with no parallelism https://doc.scalingo.com/languages/nodejs/tutorial#define-how-to-start-your-application
The text was updated successfully, but these errors were encountered:
Following feedback from a user:
The text was updated successfully, but these errors were encountered: