sbp commented on issue #411: URL: https://github.com/apache/tooling-trusted-releases/issues/411#issuecomment-3632672846
As pointed out by @alitheg, we don't necessarily have to run a container per task: we could run a pool of tasks. This has the benefit that one greedy task can take more resources than its fair share as long as the other tasks aren't being greedy. It also means we only have to run one extra container. It would only work if we can also probe for the offending task to terminate it; the process that manages this can be in the task pool container. On the other hand we would incur all of the extra conceptual overhead of running a separate container. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
