GearmaNode
GearmaNode copied to clipboard
Node.js library for the Gearman distributed job system with support for multiple servers
The error 'all job servers fail' is thrown before the job is returned making it impossible for a client app to catch it. in the scenario where all servers are...
If "_getJobServer" method doesn't return a valid JobServer, an error is emitted. The event could be fired before any 'error' event listeners are attached. This could crash the process. Using...
I am trying to use the following: ``` var job = client.submitJob('functionName', payload); job.on('status', function(status) { console.log('STATUS', status); }); ``` But it never enter in the callback and so never...
fix packet loss when the length of the packet that is not the first is less than the header length
A connection to job server should be closed after some time when not used.