apache / pekko

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

Support just warning instead of error when `pekko.scheduler.tick-duration` < 10ms on Windows? #1364

Closed He-Pin closed 1 month ago

He-Pin commented 1 month ago

Motivation: When development on Windows but deploy on Linux it would be nice to have the pekko.scheduler.tick-duration=1ms without any change, otherwise, it will fails when the pekko.scheduler.tick-duration < 10ms

How about adding pekko.scheduler.check-tick-duration=warn/error and with error by default, So I can change it to warn, then It will make the development more smooth when developing on Windows but Deploy only on Linux Env.