|
|
@ -409,6 +409,7 @@ class Core {
|
|
|
|
|
|
|
|
|
|
|
|
if (op.tries >= TOTAL_RETRY_MAX) {
|
|
|
|
if (op.tries >= TOTAL_RETRY_MAX) {
|
|
|
|
// Giving up
|
|
|
|
// Giving up
|
|
|
|
|
|
|
|
op.cleanup(context);
|
|
|
|
db.operation().deleteOperation(op.id);
|
|
|
|
db.operation().deleteOperation(op.id);
|
|
|
|
ops.remove(op);
|
|
|
|
ops.remove(op);
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|