AshOban - no configuration for `domain`
I'm trying to get a scan to run on a cron schedule with Oban, but I'm having some trouble configuring it.
This is my Oban configuration in the resource:
However, it complains when I try to compile (or run anything):
In
Did I miss anything? How could I further debug this? If, alternatively, I should try to solve this in a different way entirely I'm all ears as well! (Oban triggers?)
This is my Oban configuration in the resource:
However, it complains when I try to compile (or run anything):
In
application.ex, I have the following Oban config:Did I miss anything? How could I further debug this? If, alternatively, I should try to solve this in a different way entirely I'm all ears as well! (Oban triggers?)
Solution
you can tray and add
and see if that works, but that shouldn't be necessary anymore since Ash 3.0
and see if that works, but that shouldn't be necessary anymore since Ash 3.0
