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
Is your feature request related to a problem? Please describe.
I start the server by using "sanic" command-line, and use multiple workers. If I test to kill a worker process, it exits normally, and nothing other happens but the exited process is missing.
Describe the solution you'd like
I want to make the exited process restart automatically, just like gunicorn.