Skip to content

What's the simplest way to design, build and test a concurrent but low throughput Flask app that uses flask-login? #753

Answered by artgoldberg
artgoldberg asked this question in Q&A
Discussion options

You must be logged in to vote

This problem was fixed by configuring gunicorn :

  • Use 1 worker process
  • Use gthread worker threads
  • Create multiple threads (4) if needed

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by artgoldberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant