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

make the session init more asynchronous #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

RoadRunnr
Copy link
Member

The session init phase can take significant time. This would cause
a backlog in the session supervisor when many sessions where started
at once. This becomes visible as a significant grows of the mailbox
of the supervisor process.

@RoadRunnr RoadRunnr requested a review from a team as a code owner May 27, 2021 08:58
@vkatsuba vkatsuba force-pushed the exp/async-init branch 3 times, most recently from c01c38a to 67b1d5c Compare June 4, 2021 09:07
The session init phase can take significant time. This would cause
a backlog in the session supervisor when many sessions where started
at once. This becomes visible as a significant grows of the mailbox
of the supervisor process.

Also increase the outstanding requests limit for the rate limit
test. The inproved startup time also means the traffic in that
test will be much more bursty and will run into that limit.
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 this pull request may close these issues.

1 participant