hivemind icon indicating copy to clipboard operation
hivemind copied to clipboard

Process manager for Procfile-based applications

Results 14 hivemind issues
Sort by recently updated
recently updated
newest added

I want to use hivemind in my CI pipelines as a testing tool which aggregates output nicely. Closes #27.

## Summary The following Procfile works properly with foreman 0.87.2, but fails to execute both processes when called with hivemind 1.1.0 as installed via Homebrew. Go reports itself as `go...

Hi folks, Would it be possible to add a flag that skips reading a local `.env` file? It seems to get loaded no matter what, which isn't always desired. It...

To my understanding, the parent process should exit with the same status as the child process it's running (if there's only one child process maybe), or some other non-zero status....

@DarthSim - a couple things here, and I didn't mess with tests, so very much assume this is not mergeable as is.... however. the big thing is removing the `godotenv`...

Hello, thanks for this great process manager! After rails 5.1 introduced webpack, I tried to keep webpack-dev-server and rails 5 running in parallel. Unfortinually, with hivemind it does not work,...

help wanted

We're looking at replacing foreman with Hivemind at GitHub and we're running into timeouts when trying to commit large files via gRPC in background jobs. Once we hit the timeout,...

Because subprocesses aren't in the same process group as hivemind, when hivemind gets killed for some reason, the subprocesses arn't killed and are disowned instead. Could you please spawn subprocesses...

This patch adds supports for skipping loading the `.env` file, by setting the HIVEMIND_SKIP_ENV environment variable. For example: $ HIVEMIND_SKIP_ENV=1 hivemind Resolves #28.