Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
He-Pin opened this issue Jun 14, 2024 · 0 comments · Fixed by #1366
Closed
Milestone

Comments

@He-Pin
Copy link
Member

He-Pin commented Jun 14, 2024

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.

@He-Pin He-Pin changed the title Support just warning instead of when pekko.scheduler.tick-duration <= 10ms on Windows? Support just warning instead of when pekko.scheduler.tick-duration < 10ms on Windows? Jun 14, 2024
@He-Pin He-Pin changed the title Support just warning instead of when pekko.scheduler.tick-duration < 10ms on Windows? Support just warning instead of error when pekko.scheduler.tick-duration < 10ms on Windows? Jun 14, 2024
@He-Pin He-Pin added this to the 1.1.0-M2 milestone Jun 15, 2024
@He-Pin He-Pin linked a pull request Jun 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant