How to run a delayed Job #168
-
Hi, This is a cool project! I would like to know if delayed jobs are currently supported or if there are any plans for them? |
Beta Was this translation helpful? Give feedback.
Answered by
geofmureithi
Sep 14, 2023
Replies: 1 comment
-
You should be able to use schedule and chrono. Utc::now() + chrono::Duration::seconds(i), apalis/examples/sqlite/src/main.rs Lines 11 to 26 in 4c8a825 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
geofmureithi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to use schedule and chrono.
apalis/examples/sqlite/src/main.rs
Lines 11 to 26 in 4c8a825