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

[Bug]: Long running (web) requests block the user session #584

Closed
alexz707 opened this issue Jul 2, 2024 · 0 comments · Fixed by #586
Closed

[Bug]: Long running (web) requests block the user session #584

alexz707 opened this issue Jul 2, 2024 · 0 comments · Fixed by #586
Assignees
Labels
Milestone

Comments

@alexz707
Copy link
Contributor

alexz707 commented Jul 2, 2024

Expected behavior

If there is a long running request the user should be able to do other things in the frontend while the request is running.

Actual behavior

Users session gets locked and so the user has to wait until the long running request is finished.

Steps to reproduce

A switch from FS session storage to a DB handler removes this lock and so the user can do other things while the request is running.

@alexz707 alexz707 added the Bug label Jul 2, 2024
@alexz707 alexz707 added this to the 2024.2.1 milestone Jul 2, 2024
@alexz707 alexz707 self-assigned this Jul 2, 2024
@alexz707 alexz707 linked a pull request Jul 3, 2024 that will close this issue
@alexz707 alexz707 closed this as completed Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant