Skip to content

Commit eee5649

Browse files
committed
Moved todos
1 parent 1a713b0 commit eee5649

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

internal-packages/redis-worker/src/worker.test.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ describe("Worker", () => {
118118
expect(new Set(processedItems).size).toBe(10); // Ensure all items were processed uniquely
119119
}
120120
);
121-
});
122121

123-
//todo test throwing an error and that retrying works
124-
//todo test that throwing an error doesn't screw up the other items
125-
//todo change the processItems to be in parallel using Promise.allResolved
126-
//process more items when finished
122+
//todo test that throwing an error doesn't screw up the other items
123+
//todo process more items when finished
124+
});

0 commit comments

Comments
 (0)