Skip to main content

next_scheduled_run_at

Function next_scheduled_run_at 

Source
pub fn next_scheduled_run_at(
    finished_at: DateTime<Utc>,
    interval: Duration,
) -> Option<DateTime<Utc>>
Expand description

Computes the next run timestamp after a completed scheduled task firing.