An Ash extension for interacting with Oban
Find a file
2024-09-17 22:18:22 -04:00
.github ci: dependabot weekly 2024-06-23 20:47:06 -04:00
.vscode
config improvement: support fully atomic actions 2024-09-12 09:05:14 -04:00
documentation chore: release version v0.2.4 2024-07-19 07:53:09 -04:00
lib improvement: support action_arguments option to run_trigger 2024-09-17 22:18:22 -04:00
logos
test improvement: support action_arguments option to run_trigger 2024-09-17 22:18:22 -04:00
test_migrations
.check.exs
.credo.exs
.formatter.exs
.gitignore
.tool-versions
CHANGELOG.md chore: release version v0.2.4 2024-07-19 07:53:09 -04:00
FUNDING.yml
LICENSE
mix.exs improvement: support action_arguments option to run_trigger 2024-09-17 22:18:22 -04:00
mix.lock improvement: support action_arguments option to run_trigger 2024-09-17 22:18:22 -04:00
README.md chore: fix title 2024-05-08 19:12:00 -04:00

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

AshOban

Welcome! This is the extension for integrating Ash resources with Oban. This extension allows you to easily execute resource actions in the background, and trigger actions based on data conditions.

Tutorials

Reference