Supervisor [program:x] Abschnitt exitcode

Supervisor [program:x] Abschnitt exitcode

Ich versuche, den Programmabschnitt Supervisord zu konfigurieren und zu verstehen. Eine im Handbuch angegebene Option istexitcodes

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

Wo finde ich eine Referenz für jeden verfügbaren Exit-Code?

verwandte Informationen