aws-solutions / virtual-waiting-room-on-aws

Virtual Waiting Room on AWS solution helps absorb and control incoming user requests to your website during an unusually large burst of traffic, usually due to a large-scale event.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expired queue remain in the waiting room size

cccdi opened this issue · comments

commented

Describe the bug
expired queue should not be count under waiting room size as they are not waiting and expired.

To Reproduce

  1. Create 6 user
  2. add 4 serving count
  3. user 1 & 2 enter website
  4. user 3 & 4 wait until queue expiry
  5. user 5 & 6 can now enter the website
  6. but the Waiting Room Size keep showing 2 which the queue should be 0 now

Expected behavior
Expected Waiting Room Size update to 0

Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).

Screenshot 2022-09-15 at 6 36 00 PM

Additional context
Version: [v1.1.0]

Thanks for reporting this. We have added it to our backlog to look into.

Hi @cccdi,

The fix for this issue has been included in release 1.1.3. Please feel free to verify the fix, and don't hesitate to reach out if you encounter any further issues.

Thank you!