Adding a 'run after elapsed' feature for enqueuing #4
isaacdonaldson
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Sure. Would this be different from |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Something I use quite often with other queue implementations is the ability to specify when to run a workload later that is not periodic.
What are your thoughts on adding support for a
enqueue_at(Job{...}, std::time::Duration::from_secs(600))
where you can how long to wait before running the job?Beta Was this translation helpful? Give feedback.
All reactions