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

SimRate should support stopping with rate=0 #1745

Open
jshook opened this issue Dec 22, 2023 · 0 comments
Open

SimRate should support stopping with rate=0 #1745

jshook opened this issue Dec 22, 2023 · 0 comments

Comments

@jshook
Copy link
Contributor

jshook commented Dec 22, 2023

The new SimRate rate limiter should be robust enough to "stop" an activity without breaking.
If the rate is initialized or set to 0, then it should effectively block indefinitely, but warn the user if it is stopped for a suspiciously (60 seconds) long period of time, and ultimately fail if a safety timeout passes (10 minutes). These safety checkpoints should be configurable.

@jshook jshook added this to the P0 - Advanced Analysis milestone Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant