You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
The original purpose of this issue was to start using the Mojo event loop in places where long-running handlers (like the old dump-database-load to copy DBs) would block the system from servicing other HTTP requests.
The docs for Mojo::Pg shows how this might work. Look for Mojo::IOLoop->delay.
Do you know if the timeouts we're getting are because it's taking too long to service a new HTTP connection (because it's still busy doing the last one) or to copy the database? The first problem would be fixed with this event loop thing, but not the second.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Creating a database, new and from a template
dropping a database
The text was updated successfully, but these errors were encountered: