Constant CLOUDFOUNDRY_PROCESS_TYPE

pub const CLOUDFOUNDRY_PROCESS_TYPE: &'static str;
Expand description

The type of process.

§Notes

CloudFoundry applications can consist of multiple jobs. Usually the main process will be of type web. There can be additional background tasks or side-cars with different process types.

§Examples

  • "web"