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
this patch addresses some issues in gearman worker mode:
- when forking a child, the forked %children contains all created childs so far, so if that child receives a sigint, it will kill its siblings.
- check for exited childs in a loop in case multiple childs exited at once
- do not remove the pidfile when a children receives a sigint
- fix issue with gearman jobs having a timeout, for details see
- gearman/gearmand#301
- ConSol-Monitoring/omd#107
0 commit comments