reassign db tasks if the responsible worker fails
This commit is contained in:
@@ -134,6 +134,9 @@
|
||||
expected: function (id) {
|
||||
return Boolean(pending[id]);
|
||||
},
|
||||
expectation: function (id) {
|
||||
return pending[id];
|
||||
},
|
||||
expect: expect,
|
||||
handle: handle,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user