An Ash extension for interacting with Oban
Find a file
2024-02-14 14:27:58 -05:00
.github chore: no oban pro in CI for now 2023-05-01 18:20:08 -04:00
.vscode improvement: handle actions w/ before_transaction/after_transaction hooks better 2023-05-01 17:05:49 -04:00
config chore: docs/setup for release 2023-04-28 14:03:29 -04:00
documentation chore: release version v0.1.13 2024-01-12 16:44:48 -05:00
lib chore: don't use run_action! 2024-02-14 14:27:58 -05:00
logos init 2023-04-21 22:46:04 -06:00
test improvement: properly schedule scheduled actions 2024-02-14 11:28:52 -05:00
.check.exs docs: update docs with new spark cheat sheets, and organize everything 2023-09-16 11:17:40 -04:00
.credo.exs init 2023-04-21 22:46:04 -06:00
.formatter.exs docs: fix build/docs/credo 2023-12-12 09:44:35 -05:00
.gitignore init 2023-04-21 22:46:04 -06:00
.tool-versions improvement: log error on scheduler failure 2023-07-19 08:36:00 -04:00
CHANGELOG.md chore: release version v0.1.13 2024-01-12 16:44:48 -05:00
FUNDING.yml init 2023-04-21 22:46:04 -06:00
LICENSE init 2023-04-21 22:46:04 -06:00
mix.exs chore: release version v0.1.13 2024-01-12 16:44:48 -05:00
mix.lock docs: update ex_doc, clean up docs 2024-01-12 16:43:36 -05:00
README.md chore: release version v0.1.13 2024-01-12 16:44:48 -05:00

AshOban

An oban extension for Ash.Resource

Installation

def deps do
  [
    {:ash_oban, "~> 0.1.13"}
  ]
end

Get Started

Check out the getting started guide.