You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: