PROCESS_STATE_BACKOFF Event Type

Indicates a process has moved from the STARTING state to theBACKOFF state. This means that the process did not successfullyenter the RUNNING state, and Supervisor is going to try to restart itunless it has exceeded its “startretries” configuration limit.

Name: PROCESS_STATE_BACKOFF

Subtype Of: PROCESS_STATE

Body Description

This body is a token set. It has the default set of key/value pairsplus an additional tries key. tries represents the number oftimes this process has entered this state before transitioning toRUNNING or FATAL (it will never be larger than the“startretries” parameter of the process). For example:

  1. processname:cat groupname:cat from_state:STOPPED tries:0