Re: What are the process type in Procfile supported by CloudFoundry?


Dieu Cao <dcao@...>
 

--health-check-type none is misleading and the none value is deprecated in
favor of the type 'process'
The none/process health check types will check if the process is alive and
instance is restarted if the process dies.

From the cf push help

--health-check-type, -u Application health check type (Default:
'port', 'none' accepted for 'process', 'http' implies endpoint '/')

-Dieu

On Fri, Apr 7, 2017 at 12:10 AM, Sze Siong Teo <szesiong(a)gmail.com> wrote:

Hi Zach, thanks for the feedback.

Nevertheless, using "--health-check-type none" option sounds like a bit of
hackish workaround?

Is CF going to support monitoring for this kind of processes like
conventional cron? Let's say if the invoked target process/script return a
non-zero exit code and the stdout can be sent as notification via email or
something similar?

My main concern is without health check, then we will be having zero
visibility whether a job is executed properly or failed.

Thanks.

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.