CakePHP-Queue-Plugin
CakePHP-Queue-Plugin copied to clipboard
Fix uptime call / Watch queue process result
If done some small modifications. The first one force LANG to C so uptime does always report the uptime in english. Currently if a system is set to another language than english, result can maybe not parsed. Another modification watch for a process if i fails. It does simply watch if the process pid does still exist. If not but process is marked with running, it must failed.