kue icon indicating copy to clipboard operation
kue copied to clipboard

TTL: reinsert

Open AdolfVonKleist opened this issue 7 years ago • 0 comments

I am interested in recommended usage approach for reinsertion of a job on TTL expiry, where the reason is failure of the user app to call 'done' in time. This is mentioned in several other issues, but I think the usage case I have is slightly different.

We are using kue to manage human jobs. In this case, we have a queue organized around pieces of work identified by properties, e.g. [morning, food], [evening, entertainment]. Workers pull jobs from qualified queues, but if they abandon this work, the job should be returned to the related queue on expiry.

What would be the recommended usage approach for the above scenario?

AdolfVonKleist avatar Oct 31 '18 03:10 AdolfVonKleist