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 ?
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 ?