diff --git a/supervisor/options.py b/supervisor/options.py index f23a7cc74..5cfc4356b 100644 --- a/supervisor/options.py +++ b/supervisor/options.py @@ -1043,6 +1043,8 @@ def get(section, opt, *args, **kwargs): autorestart=autorestart, startsecs=startsecs, startretries=startretries, + maxbackoff=maxbackoff, + backoffincrement=backoffincrement, uid=uid, stdout_logfile=logfiles['stdout_logfile'], stdout_capture_maxbytes = stdout_cmaxbytes,