Defer unprocessed item attempt update

This commit is contained in:
Fedor Indutny
2021-09-17 16:11:24 -07:00
committed by GitHub
parent 7b5faa1cc1
commit b83c00f43f
5 changed files with 21 additions and 55 deletions

View File

@@ -392,7 +392,6 @@ export type DataInterface = {
getUnprocessedCount: () => Promise<number>;
getAllUnprocessed: () => Promise<Array<UnprocessedType>>;
updateUnprocessedAttempts: (id: string, attempts: number) => Promise<void>;
updateUnprocessedWithData: (
id: string,
data: UnprocessedUpdateType