style95 commented on code in PR #5308:
URL: https://github.com/apache/openwhisk/pull/5308#discussion_r1485401115
##########
ansible/group_vars/all:
##########
@@ -498,7 +498,7 @@ durationChecker:
spi: "{{ duration_checker_spi | default('') }}"
timeWindow: "{{ duration_checker_time_window | default('1 d') }}"
-enable_scheduler: "{{ scheduler_enable | default(false) }}"
+enable_scheduler: "{{ scheduler_enable | default(true) }}"
Review Comment:
The scheduler test failure of this PR was because the scheduler was not
enabled.
As we would enable the scheduler by default with
https://github.com/apache/openwhisk/pull/5463, I rebased this PR from it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]