-
-
Notifications
You must be signed in to change notification settings - Fork 42
Clarify the difference between capacity and queue_size #220
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
Comments
Did you check the examples under |
I did. Perhaps the simplest thing to do would be something like the following in the example:
|
I'll add some comments in the manual then, maybe also in Note also that turning off the queue is not needed for rejections to occur. In general, it may happen when |
When writing a simulation, it's easy to understand what capacity is. If you have four machines, you put four machines in capacity. However, it's less clear from the reference guide or the vignettes how you create a rejected seize request (in my case, this involved turning off queueing entirely). I found it eventually on the mailing list (https://groups.google.com/forum/#!topic/simmer-devel/povKK0WKyf4) but the right snippet of code or more details in the reference guide would've made it easier to understand.
The text was updated successfully, but these errors were encountered: