File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -195,12 +195,13 @@ Set the value of pause-grace to 10s by default
195
195
.
196
196
```
197
197
198
- #### Enable the scheduler
199
- - Make sure you enable the scheduler by configuring ` scheduler_enable ` .
198
+ #### Disable the scheduler
199
+ - You can disable the scheduler by configuring ` scheduler_enable ` .
200
+ - The scheduler is enabled by default.
200
201
201
202
** ansible/environments/local/group_vars/all**
202
203
``` yaml
203
- scheduler_enable : true
204
+ scheduler_enable : false
204
205
` ` `
205
206
206
207
#### [Optional] Enable ElasticSearch Activation Store
Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ durationChecker:
498
498
spi: "{{ duration_checker_spi | default('') }}"
499
499
timeWindow: "{{ duration_checker_time_window | default('1 d') }}"
500
500
501
- enable_scheduler: "{{ scheduler_enable | default(false ) }}"
501
+ enable_scheduler: "{{ scheduler_enable | default(true ) }}"
502
502
503
503
scheduler:
504
504
protocol: "{{ scheduler_protocol | default('http') }}"
You can’t perform that action at this time.
0 commit comments