apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.18k stars 142 forks source link

feat: Support adjust the scheduler's tick-duration. #1366

Closed He-Pin closed 3 months ago

He-Pin commented 3 months ago

Motivation: refs: https://github.com/apache/pekko/issues/1364

Modification: Add another config pekko.scheduler.error-on-tick-duration-verification-failed = on by default and can be changed to off when needed.

Result: Better experience