Руководитель [program:x] Раздел кода выхода

Руководитель [program:x] Раздел кода выхода

Я пытаюсь настроить и понять раздел программы супервизора. Один из вариантов, указанных в руководстве, этоexitcodes

exitcodes

The list of “expected” exit codes for this program. 
If the autorestart parameter is set to unexpected, 
and the process exits in any other way than as a 
result of a supervisor stop request, supervisord 
will restart the process if it exits with an exit 
code that is not defined in this list.

Default: 0,2

Required: No.

Introduced: 3.0

Где я могу найти ссылку на каждый доступный код выхода?

Связанный контент