ash_oban icon indicating copy to clipboard operation
ash_oban copied to clipboard

The extension for integrating Ash resources with Oban.

Results 3 ash_oban issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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)...

enhancement

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...

dependencies