Skip to content

Commit

Permalink
fix: don't autorestart scheduler on exit(0) (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush authored Jan 28, 2025
1 parent 431cc78 commit 03f1af1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bench/config/templates/supervisor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ startretries={{ supervisor_startretries }}
command={{ bench_cmd }} schedule
priority=3
autostart=true
autorestart=true
stdout_logfile={{ bench_dir }}/logs/schedule.log
stderr_logfile={{ bench_dir }}/logs/schedule.error.log
user={{ user }}
Expand Down

0 comments on commit 03f1af1

Please sign in to comment.