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

FlowAuth errors when nobody logs in for a while #2382

Closed
greenape opened this issue Apr 22, 2020 · 0 comments · Fixed by #2385
Closed

FlowAuth errors when nobody logs in for a while #2382

greenape opened this issue Apr 22, 2020 · 0 comments · Fixed by #2385
Labels
bug Something isn't working FlowAuth Issues related to FlowAuth

Comments

@greenape
Copy link
Member

If left idling, FlowAuth will eventually get disconnected from the backing db and error when a new logon is attempted. Trying to log on a couple of times resolves the situation.

Seems like the pool recycle setting to sqlalchemy needs to be set.

@greenape greenape added bug Something isn't working FlowAuth Issues related to FlowAuth labels Apr 22, 2020
greenape added a commit that referenced this issue Apr 22, 2020
Set pool recycle to avoid tcp timeout by the docker stack router
greenape added a commit that referenced this issue Apr 27, 2020
Set pool recycle to avoid tcp timeout by the docker stack router
greenape added a commit that referenced this issue Apr 30, 2020
Set pool recycle to avoid tcp timeout by the docker stack router
greenape added a commit that referenced this issue Apr 30, 2020
Set pool recycle to avoid tcp timeout by the docker stack router
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FlowAuth Issues related to FlowAuth
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant