Open gabrielpreston opened 11 years ago
When a worker dies, is the intended behavior to leave behind the pid file for that worker? I would think the file would get trashed, but they seem to be collecting in my application's ./pids directory.
Afaik reading the code in here, no, it should delete the file should a worker die. Do you have any idea how to reproduce this?
When a worker dies, is the intended behavior to leave behind the pid file for that worker? I would think the file would get trashed, but they seem to be collecting in my application's ./pids directory.