web/queue: in-place queue task retrying

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;
}