We've briefly used parallel for an internal tool when the site went "multisite" (i.e. multiple parallel instances that sometimes need to all do the same thing, such as post-deployment tasks).<p>We currently have a patch to remove it, and instead use regular task backgrounding and the `wait` shell builtin.<p>The way output is buffered was not particularly conducive to what we wanted to achieve.