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
In development environment, uwsgi applications are run in reloadable mode. (ie, py-autoreload=1). But, when I use uwsgitop along with it, uwsgitop fails with urllib.error.URLError: <urlopen error [Errno 111] Connection refused> on every reload.
Is it possible to catch this exception and retry to connect after a few seconds by introducing a re-loadable mode in uwsgitop ?
The text was updated successfully, but these errors were encountered:
In development environment, uwsgi applications are run in reloadable mode. (ie, py-autoreload=1). But, when I use uwsgitop along with it, uwsgitop fails with
urllib.error.URLError: <urlopen error [Errno 111] Connection refused>
on every reload.Is it possible to catch this exception and retry to connect after a few seconds by introducing a re-loadable mode in uwsgitop ?
The text was updated successfully, but these errors were encountered: