Remove obsolete handler

master
Sven Slootweg 1 year ago
parent ea7cd67158
commit e2f2fb6cb1

@ -102,10 +102,6 @@ module.exports = function(state) {
}).then(() => {
debug(`Task '${task.name}:${id}' locked successfully`);
return true;
}).catch({ name: "UniqueViolationError" }, () => {
// FIXME: This is not the correct error...
debug(`Task '${task.name}:${id}' failed lock because already locked on write`);
return false;
});
} else {
debug(`Task '${task.name}:${id}' failed lock because already locked on read`);

Loading…
Cancel
Save