Samoilenko Yuri
Samoilenko Yuri
Hello. According to documentation envconsul itself stays runing even when -once and -exec options is specified. I need my process to be PID 0 process(in case of docker), so is...
I need to change Consul service description from inside container by custom application logic. This patch allow this by specifying `-envFile` option to registrator which is the *file path inside...
Hi. I investigate possibility to gracefully restart currently running rails application from inside running instance. Main aim is to restart application after serving certain number of requests (ex. After 4000...
Is it possible to limit incoming request queue by queue length or timeout? Something like `max_request_queue_size` and `max_request_queue_time` from Phusion Passenger?