We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a713b0 commit eee5649Copy full SHA for eee5649
internal-packages/redis-worker/src/worker.test.ts
@@ -118,9 +118,7 @@ describe("Worker", () => {
118
expect(new Set(processedItems).size).toBe(10); // Ensure all items were processed uniquely
119
}
120
);
121
-});
122
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
+ //todo test that throwing an error doesn't screw up the other items
+ //todo process more items when finished
+});
0 commit comments