Skip to content

Commit

Permalink
Add missing maxbackoff and backoffincrement to make_pconfig in superv…
Browse files Browse the repository at this point in the history
…isord test
  • Loading branch information
cdelguercio committed Feb 28, 2024
1 parent b5bc1ba commit fa4b5f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supervisor/tests/test_supervisord.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ def make_pconfig(name, command, **params):
'name': name, 'command': command,
'directory': None, 'umask': None, 'priority': 999, 'autostart': True,
'autorestart': True, 'startsecs': 10, 'startretries': 999,
'maxbackoff': 0, 'backoffincrement': 1,
'uid': None, 'stdout_logfile': None, 'stdout_capture_maxbytes': 0,
'stdout_events_enabled': False,
'stdout_logfile_backups': 0, 'stdout_logfile_maxbytes': 0,
Expand Down

0 comments on commit fa4b5f6

Please sign in to comment.