Replies: 1 comment 1 reply
-
So making a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at using pacer server side, I realised we'd have to facilitate our own implentation for tracking task progress while in the queue.
Is this something people would want in this lib or as a separate pkg?
usage
results in
tsx ./apps/manager/app/core/queue.ts [QUEUE] item started task1 100 activeItems [ [AsyncFunction (anonymous)] { priority: undefined } ] pendingItems [ [AsyncFunction (anonymous)] { priority: undefined } ] [QUEUE] item progressed task1 67 { channel: 4, meta: { tone: 'puppies' } } [QUEUE] item progressed task1 34 undefined [QUEUE] item progressed task1 1 undefined [QUEUE] item completed task1 { channel: 4 } [QUEUE] item started task2 100 [QUEUE] item progressed task2 50 undefined [QUEUE] item progressed task2 0 undefined [QUEUE] item completed task2 { channel: 34 }
Beta Was this translation helpful? Give feedback.
All reactions