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

fix: mark session as bad on failed requests #1647

Merged
merged 1 commit into from
Nov 2, 2022
Merged

Conversation

barjin
Copy link
Contributor

@barjin barjin commented Nov 2, 2022

The session used in a request handler that throws an error is now marked bad.
This is in line with no-error behavior marking the session as good - but might cause (unwanted) faster session rotation.

closes #1635
closes #1648

@B4nan B4nan changed the title fix: markBad on handler error fix: mark session as bad on failed requests Nov 2, 2022
@B4nan B4nan merged commit 445ae43 into master Nov 2, 2022
@B4nan B4nan deleted the fix/markBadOnError branch November 2, 2022 11:59
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.

Session state is not changed after failed request
2 participants