View Source Lightning.Workflows.Scheduler (Lightning v2.10.4)

The Scheduler is responsible for finding jobs that are ready to run based on their cron schedule, and then running them.

Summary

Functions

Find and start any cronjobs that are scheduled to run for a given time (defaults to the current time).

Functions

Find and start any cronjobs that are scheduled to run for a given time (defaults to the current time).

Link to this function

enqueue_cronjobs(date_time)

View Source
@spec enqueue_cronjobs(DateTime.t()) :: :ok