Deploy a job that gets triggered at a specific time #138
-
Is it possible to deploy a job that gets triggered at a specific time? For eg: 2 hrs from now (duration), or at 24-08-2023 10:05:30 (specific time). |
Beta Was this translation helpful? Give feedback.
Answered by
geofmureithi
Aug 2, 2023
Replies: 1 comment
-
Storage's offer a schedule method which is similar to push. fn schedule(
&mut self,
job: Self::Output,
on: DateTime
) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
IgnisDa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Storage's offer a schedule method which is similar to push.
https://docs.rs/apalis-core/0.4.4/apalis_core/storage/trait.Storage.html#tymethod.schedule