GearmaNode icon indicating copy to clipboard operation
GearmaNode copied to clipboard

Node.js library for the Gearman distributed job system with support for multiple servers

Results 15 GearmaNode issues
Sort by recently updated
recently updated
newest added

Hi There, It seems that this repository doesn't work anymore because of the "_winston_" plugin which has been changed , It could be great if you could fix these issues...

Hi, is anyone still maintaining this package? Anyone have a maintained fork that they've packaged?

Related to #12 I have read that issue, and did as you advised. I catch error and try not to exit worker, but it does. In code I have: ```...

Hello, i got error when i use gearmanode for create job to reverse geocode, when my payload function is include minus (-), gearman always say that 'gearman Error in usage(-?).'....

Saw that in gearmand has the command SUBMIT_JOB_EPOCH implemented but was not exposed via this module. So added support.

When losing a connection to the Gearman server currently GearmaNode does not have an option to reestablish the connection. I thought of implementing such a solution outside of GearmanNode (for...

enhancement

Please let me know how to run gearmanode using node js

header start with 0x00 if chunk do not start with 0x00 then this chunk isn't header and isn't first file chunk

When payload size is around 65480-65510 bytes worker does not get jobs from gearman. Example: var gearmanode = require('gearmanode'); var client = gearmanode.client({ port: 4730 }); var x = '';...

bug

There is any way to cancel a job after sometime? ``` js let job = client.submitJob('test', 'a') // I need to cancel this job after 60 seconds, how I do...

question