ningyougang commented on pull request #5110:
URL: https://github.com/apache/openwhisk/pull/5110#issuecomment-836055038
It is better to add below configuration to scheduler's application.conf, e.g.
```
queue {
idle-grace = "20 seconds"
stop-grace = "20 seconds"
flush-grace = "60 seconds"
graceful-shutdown-timeout = "5 seconds"
max-retention-size = "10000"
max-retention-ms = "60000"
throttling-fraction = "0.9"
duration-buffer-size = "10"
}
```
Or when open another new pr which include
ansible/roles/schedulers/tasks/deploy.yml, add there.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]