Replies: 1 comment
|
I think this is called a "dropping queue": https://effect.website/docs/concurrency/queue/#dropping-queue |
0 replies
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to evaluate his for pg-boss replacement, have a question.
pg-boss allows to prevent duplicate task while in queue, that means if something is already processed already it can be queued, otherwise it will just be discarded if the item is already in queue. Idempotency is not helpful as it prevents running that task forever in the same task scope
I like to be
is this possible?
All reactions