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
the old master receive 'q' and delete and create fifo-file, after that new master delete and create fifo-file and change master-fifo to 1
the new master delete and create fifo file, change master-fifo to 1 and after this old master delete and create fifo file (because we send 'q' him)
so the good case is 1)
but if the 2) happened, so the old process continue listen fifo file, and after it's death nobody listen fifo file => so we can't do "echo f > /path/to/running/instance.fifo", so to restart service we must kill process and start it again
Is the usage of this yaml is deprecated or it is bug of uwsgi?
The text was updated successfully, but these errors were encountered:
Hello, I'm using fork master ("f") scheme of restart, writing here: http://zarnovican.github.io/2016/02/15/uwsgi-graceful-reload/#re-exec-master-r_1
Here my yaml file:
After #race_condition_point there is 2 ways:
so the good case is 1)
but if the 2) happened, so the old process continue listen fifo file, and after it's death nobody listen fifo file => so we can't do "echo f > /path/to/running/instance.fifo", so to restart service we must kill process and start it again
Is the usage of this yaml is deprecated or it is bug of uwsgi?
The text was updated successfully, but these errors were encountered: