Skip to content

Commit

Permalink
Make systemd the default for worker management
Browse files Browse the repository at this point in the history
Using Systemd for worker management has been an option for a number of
months, now we are going to make it the default so that we can continue
to stabalize it and find bugs.
  • Loading branch information
agrare committed Feb 26, 2020
1 parent 9a0b7c3 commit c79e23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@
:poll_method: :normal
:starting_timeout: 10.minutes
:stopping_timeout: 10.minutes
:systemd_enabled: false
:systemd_enabled: true
:agent_coordinator_worker:
:heartbeat_timeout: 30.minutes
:poll: 30.seconds
Expand Down

0 comments on commit c79e23f

Please sign in to comment.