Skip to content

Commit

Permalink
Add maxbackoff and backoffincrement to ServerOptions klass
Browse files Browse the repository at this point in the history
  • Loading branch information
cdelguercio committed Feb 28, 2024
1 parent 6709e3e commit d43bd74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions supervisor/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d43bd74

Please sign in to comment.