Ash FrameworkAF
Ash Framework4w ago
19 replies
jannibeu

Ash oban enqueuing thousands of jobs without a trigger

There is no cronjob, no UI event triggering it. These jobs seem to be coming out of nowhere.


Simply adding this:
      trigger :translate_job do
        action :translate
        queue :translate
        worker_module_name Wortwildnis.Dictionary.Term.AshOban.Worker.TranslateJob
        # scheduler_cron "0 0 * * *"
      end
messes up the whole applicaton.

There is also no crontab in the config.exs.
image.png
image.png
Was this page helpful?