An Ash extension for interacting with Oban
Find a file
2024-04-29 06:57:48 -04:00
.github chore: enable dependabot for mix dependencies. 2024-04-11 09:31:48 +12:00
.vscode improvement: handle actions w/ before_transaction/after_transaction hooks better 2023-05-01 17:05:49 -04:00
config ci: set pg password for CI 2024-04-05 19:59:39 -04:00
documentation chore: release version v0.2.3-rc.1 2024-04-03 07:32:29 -04:00
lib fix: plugins can just be modules 2024-04-28 20:43:15 -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 chore: add mix_audit to deps 2024-04-22 09:35:03 -04:00
mix.lock chore(deps): bump oban from 2.17.9 to 2.17.10 (#37) 2024-04-29 06:57:48 -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.