View Source Glific.Jobs.MinuteWorker (Glific v5.1.6)

Processes the tasks that need to be handled on a minute schedule

Link to this section Summary

Functions

Worker to implement cron job functionality as implemented by Oban. This is a work in progress and subject to change

Link to this section Functions

@spec perform(Oban.Job.t()) ::
  :discard | :ok | {:error, any()} | {:ok, any()} | {:snooze, pos_integer()}

Worker to implement cron job functionality as implemented by Oban. This is a work in progress and subject to change