You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when using server priorities by individual - I'm facing 2 issues.
The model works fine for first few instances as long as there is no state change. For example: I want class 0 (apple) to be prioritized first by server1 and then by server 2 and server 3 equally and class 1 (orange) to be prioritized by server 2 and 3 equally and then later by server 1 if both server 2 and 3 are busy. For this scenario, as long as server 1 is available for apples model works perfectly. The moment server 1 is busy and servers 2 and 3 start picking apples, the priority completely changes when next apple/orange comes into the queue. It goes to the point where beyond a stage, even if server 1 could wait to pick up the next apple, it assigns server 2 and 3 to apples.
within the allocation, the model randomly allocates customers rather than first come first serve. For example, I have 2 customers 1 apple customer at 11a and 1 orange customer at 11:30a and server 1 is busy during both arrivals . Server 2 is assigned. Server 2 just finished a customer at 11:20am. Now ideally the server 2 should work on apple customer at 11a (which has a 15 minute wait time) but instead it works on orange customer at 11:30a, finishes that first and then goes back to 11a apple customer. Due to this, my wait time/ customer is getting skewed and the simulation approach itself isn't right.
Can someone please help me here?
The text was updated successfully, but these errors were encountered:
Hi, when using server priorities by individual - I'm facing 2 issues.
Can someone please help me here?
The text was updated successfully, but these errors were encountered: