An Ash extension for interacting with Oban
Find a file
2024-02-27 09:42:27 -05:00
.github ci: get tests passing for CI 2024-02-20 13:50:56 -05:00
.vscode improvement: handle actions w/ before_transaction/after_transaction hooks better 2023-05-01 17:05:49 -04:00
config improvement: support Oban.Pro.Testing.drain_jobs 2024-02-26 10:31:28 -05:00
documentation chore: update docs to reflect potential breaking change 2024-02-20 14:10:06 -05:00
lib chore: ensure repo is present in oban pro config 2024-02-27 09:42:27 -05:00
logos init 2023-04-21 22:46:04 -06:00
test chore: fix warnings in test 2024-02-24 09:38:41 -05: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 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.2.0 2024-02-20 14:09:17 -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.2.0 2024-02-20 14:09:17 -05:00
mix.lock chore: unlock unused deps 2024-02-20 13:17:19 -05:00
README.md chore: release version v0.2.0 2024-02-20 14:09:17 -05:00

AshOban

An oban extension for Ash.Resource

Installation

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

Get Started

Check out the getting started guide.