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

Support asynchronous queries #4

Open
alexanderkoller opened this issue May 1, 2017 · 0 comments
Open

Support asynchronous queries #4

alexanderkoller opened this issue May 1, 2017 · 0 comments

Comments

@alexanderkoller
Copy link
Owner

alexanderkoller commented May 1, 2017

For stability, we use the Tornado server with Flask in production right now. Unfortunately, Tornado in this configuration can only handle one HTTP request at a time. This is really bad, now that bulk email sending with the Mail Tool and nontrivial delays between messages can take a long time. During this time, all other HTTP requests will be delayed until the Mail Tool is finished.

Figure out a way to make long-running requests, especially in the Mail Tool, asynchronous. This may involve replacing Tornado by another server. Some options are listed here.

When this is done, remove the warning message from the Mail Tool page.

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

No branches or pull requests

1 participant