ash_oban
ash_oban copied to clipboard
The extension for integrating Ash resources with Oban.
When testing actions that can kick off background jobs, it would be nice to be able to have succinct and fine-grained assertions on exactly what jobs were fired. Oban provides...
In discussing ways we can integrate oban with Ash, we've found that the ability to trigger actions to run "later" (start an oban job that will run a given action)...
Oban ships with `Oban.Engines.Lite` which can be used to use Sqlite as the queuing backend. I suggest that we add both `ash_postgres` and `ash_sqlite` as optional dependencies and add an...