web/queue: in-place queue task retrying
Some checks failed
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled

no more duplicate tasks
This commit is contained in:
wukko
2025-05-19 22:49:54 +06:00
parent 479a64890e
commit 98cd4dfc0d
4 changed files with 24 additions and 5 deletions

View File

@@ -45,6 +45,7 @@
retrying = true;
await savingHandler({
request: info.originalRequest,
oldTaskId: id,
});
retrying = false;
}