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 was searching for a queue backed by sqlite that could offer this TTL/Deadline feature that is available in another Postgres-backed queue that I am also using (I'll include the project link below). I've copied the following issue request verbatim from that project to see if you could also consider it for this project because the feature is so very useful:
In some use cases it is very handy to be able to automatically remove a job from the queue if it has not been worked by a specified time duration.
This request is to implement an option/mechanism which allows the developer to specify a duration or Time To Live (TTL) for the job/s issued to the queue.
Personally, I'm not too precious about whether the developer is allowed to set the option at client creation or per request, but I understand that others may be more opinionated about it.
The text was updated successfully, but these errors were encountered:
I was searching for a queue backed by sqlite that could offer this TTL/Deadline feature that is available in another Postgres-backed queue that I am also using (I'll include the project link below). I've copied the following issue request verbatim from that project to see if you could also consider it for this project because the feature is so very useful:
In some use cases it is very handy to be able to automatically remove a job from the queue if it has not been worked by a specified time duration.
This request is to implement an option/mechanism which allows the developer to specify a duration or Time To Live (TTL) for the job/s issued to the queue.
Personally, I'm not too precious about whether the developer is allowed to set the option at client creation or per request, but I understand that others may be more opinionated about it.
The text was updated successfully, but these errors were encountered: