level-jobs icon indicating copy to clipboard operation
level-jobs copied to clipboard

Job Queue in LevelDB

Results 6 level-jobs issues
Sort by recently updated
recently updated
newest added

Code changes to move timeout delay to flash function from transfered to add delay to overall execution of lib

ModuleError: The iterator.end() method was renamed to close() and end() is an alias that will be removed in a future version at Iterator.end (C:\Users\Serak\Desktop\node_embedded\node_modules\abstract-level\abstract-iterator.js:382:20) at Object.end (C:\Users\Serak\Desktop\node_embedded\node_modules\level-sublevel\nut.js:190:22) at ReadStream._cleanup (C:\Users\Serak\Desktop\node_embedded\node_modules\levelup\lib\read-stream.js:78:20)...

InitializationError: First argument must be an abstract-leveldown compliant store Getting this error while using levelup,.. Fixed it with level instead of levelup

Problem with levelup package InitializationError: First argument must be an abstract-leveldown compliant store

Hello, I would like to make a cluster of my node.js process that uses a level-jobs queue, but at the second process sent, I am getting this error, which I...

was trying to use it to delete a failed job after a maxretry, with the event "error" I can retrieve the error message but not the jobId. What would be...

enhancement