reassign db tasks if the responsible worker fails

This commit is contained in:
ansuz
2020-03-27 17:17:42 -04:00
parent 172823c954
commit 9058a59555
2 changed files with 66 additions and 32 deletions

View File

@@ -134,6 +134,9 @@
expected: function (id) {
return Boolean(pending[id]);
},
expectation: function (id) {
return pending[id];
},
expect: expect,
handle: handle,
};