View Source Glific.Templates.TemplateWorker (Glific v5.1.6)

Using this module to bulk apply template to Gupshup

Link to this section Summary

Functions

Creating new job for each template

Standard perform method to use Oban worker

Link to this section Functions

Link to this function

make_job(templates, organization_id)

View Source
@spec make_job(list(), non_neg_integer()) :: :ok

Creating new job for each template

@spec perform(Oban.Job.t()) :: :ok

Standard perform method to use Oban worker