Skip to content

Deploy a job that gets triggered at a specific time #138

Answered by geofmureithi
IgnisDa asked this question in Q&A
Discussion options

You must be logged in to vote

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

fn schedule(
    &mut self,
    job: Self::Output,
    on: DateTime
)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by IgnisDa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #137 on August 02, 2023 08:58.