An Ash extension for interacting with Oban
Find a file
Alessio Montagnani 6bc1953e8e
Fix/2.0 state active (#23)
* fix: oban pro configuration

* fix: oban pro configuration tutorial

* fix: oban pro configuration

* chore: raise message review

* fix: oban pro state active

* chore: formatting
2024-04-02 19:57:28 -04: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: release version v0.2.2 2024-03-04 23:43:39 -05:00
lib Fix/2.0 state active (#23) 2024-04-02 19:57:28 -04:00
logos init 2023-04-21 22:46:04 -06:00
test Fix/2.0 state active (#23) 2024-04-02 19:57:28 -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 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.2 2024-03-04 23:43:39 -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.2 2024-03-04 23:43:39 -05:00
mix.lock chore: unlock unused deps 2024-02-20 13:17:19 -05:00
README.md chore: release version v0.2.2 2024-03-04 23:43:39 -05:00

AshOban

An oban extension for Ash.Resource

Installation

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

Get Started

Check out the getting started guide.