meetings / gearsloth

Gearman job persistence and delayed execution system
MIT License
2 stars 0 forks source link

Unhandled 'error' event #79

Closed tstarck closed 9 years ago

tstarck commented 9 years ago

Gearsloth crashes with the following:

sloth: D: controller: worker: disconnected from localhost:4730 (%) write EPIPE
sloth: events.js:72
sloth:         throw er; // Unhandled 'error' event
sloth:               ^
sloth: Error: write EPIPE
sloth:     at errnoException (net.js:904:11)
sloth:     at Object.afterWrite (net.js:720:19)

I believe it happens when connection is lost to gearman server (probably all of them).

amv commented 9 years ago

Is this still open?

Is there a way to test connections breaking with docker containers?

tstarck commented 9 years ago

I think this has been superseded by #86.