Commit 3048c1fe authored by Tristan Cavelier's avatar Tristan Cavelier

recovered job are not removed from the queue -> fixed

parent bea691f4
......@@ -15,6 +15,8 @@ function enableJobRecovery(jio, shared, options) {
}
function recoverJob(param) {
shared.job_queue.remove(param.id);
shared.job_queue.save();
shared.emit('job', param);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment