Remove obsolete handler
This commit is contained in:
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…
Reference in a new issue