Skip to content

mode.exceptions

Custom exceptions.

MaxRestartsExceeded

Bases: Exception

Supervisor found restarting service too frequently.

Source code in mode/exceptions.py
6
7
class MaxRestartsExceeded(Exception):
    """Supervisor found restarting service too frequently."""