Enqueue task with guaranteed execution after delay #499
Labels
s: Client
This issue touches the pueue client
s: Daemon
This issue touches pueue daemon
s: Pueue-lib
This issue touches the pueue-lib library
t: Feature
A new feature that needs implementation
A detailed description of the feature you would like to see added.
Add the ability to enqueue a task to run after a specific delay, and ensure it gets run independently of the parallel tasks limit.
Explain your usecase of the requested feature
Ensure a task will run precisely at the desired time, without having to worry about it being enqueued for an unpredictable amount of time depending on the number of other tasks running at that moment.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: