An Ash extension for interacting with Oban
Find a file
2024-04-05 19:51:37 -04:00
.github improvement: update to ash 3.0 2024-03-29 19:52:22 -04:00
.vscode improvement: handle actions w/ before_transaction/after_transaction hooks better 2023-05-01 17:05:49 -04:00
config ci: small config change, trying to get ash subproject test working 2024-04-05 19:37:07 -04:00
documentation chore: release version v0.2.3-rc.1 2024-04-03 07:32:29 -04:00
lib fix: use skip_unknown_inputs to avoid unnecessary errors 2024-04-03 07:32:19 -04:00
logos init 2023-04-21 22:46:04 -06:00
test fix: oban pro state active (#22) 2024-04-02 14:11:07 -04:00
test_migrations improvement: add actor_persister, and use it automatically 2024-02-20 13:02:43 -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 chore: ensure repo is present in oban pro config 2024-02-27 09:42:27 -05:00
.formatter.exs improvement: update to ash 3.0 2024-03-29 19:52:22 -04: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.2.3-rc.1 2024-04-03 07:32:29 -04:00
FUNDING.yml init 2023-04-21 22:46:04 -06:00
LICENSE init 2023-04-21 22:46:04 -06:00
mix.exs ci: add test.migrate and test.create for subprojects test 2024-04-05 19:51:37 -04:00
mix.lock improvement: update to ash 3.0 2024-03-29 19:52:22 -04:00
README.md chore: release version v0.2.3-rc.1 2024-04-03 07:32:29 -04:00

AshOban

An oban extension for Ash.Resource

Installation

def deps do
  [
    {:ash_oban, "~> 0.2.3-rc.1"}
  ]
end

Get Started

Check out the getting started guide.