[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Increasing the timeout for shepherd services
From: |
Konrad Hinsen |
Subject: |
Re: Increasing the timeout for shepherd services |
Date: |
Thu, 11 Jul 2019 20:38:27 +0200 |
Hi Ludo,
> ‘read-pid-file’ in the Shepherd has a hard-coded default value of 5
> seconds. You can change it for each service, but there’s currently no
> way to change the default value globally.
That's what I did: change it for each service.
> The patch below adds a SRFI-39 parameter in the Shepherd that would
> allow you to change the default PID file delay globally.
That sounds useful. Beyond my immediate problem, it seems weird to
hard-code a delay in the Shepherd source code.
Konrad.