DarthSim / hivemind

Process manager for Procfile-based applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeout when committing large files via gRPC in background jobs

alimi opened this issue · comments

commented

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, Hivemind becomes unresponsive and we have to manually kill it. The jobs are able to commit small files so it seems like something about the file size is causing the timeout. Maybe there's a config setting or something similar we can change that will let the commit finish for large files?

We haven't had this issue with either foreman or Overmind.