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
I haven't seen any Rubyists using uWSGI. I'll keep this issue open to see if there's more demand than I thought, but a short answer is no support in the short term.
It does seem to support master = true in config/uwsgi.ini, which makes it possible to start the agent thread in the master process, so you might want to monkey patch these lines to see if it works. Start the agent before the fork and don't disconnect AR connection on the master.
Hello, I want to use Dumper for backup but I have uWsgi as application server.
It's a bit strange but it's a good server and it's fast.
http://uwsgi-docs.readthedocs.org/en
The text was updated successfully, but these errors were encountered: