JavaScript is single threaded, the parallel action is only useful for actions that are actual async and run outside the JavaScript thread. This works for database queries, external API calls or file operations. So it will not do always run all actions in parallel.
The limit depends on the OS, but like @Apple already says I wouldn’t do to much parallel.