TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using GNU parallel (YouTube tutorials)

2 pointsby uranium235about 5 years ago

1 comment

stephenrabout 5 years ago
We&#x27;ve briefly used parallel for an internal tool when the site went &quot;multisite&quot; (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.
评论 #23153327 未加载