Packages
ash_oban
0.1.6
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0-rc.1
0.8.0-rc.0
0.7.2
0.7.1
0.7.0
0.6.0
0.5.1
0.5.0
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.3-rc.1
0.2.3-rc.0
0.2.2
0.2.1
0.2.0
0.1.14
0.1.13
0.1.12
0.1.11
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
The extension for integrating Ash resources with Oban.
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.1.6](https://github.com/ash-project/ash_oban/compare/v0.1.5...v0.1.6) (2023-08-29)
### Bug Fixes:
* verify trigger action exists in transformer
### Improvements:
* use read_metadata when manually scheduling
* allow `false` as the value for `scheduler_cron`
* add worker/scheduler priorities
## [v0.1.5](https://github.com/ash-project/ash_oban/compare/v0.1.4...v0.1.5) (2023-08-15)
### Bug Fixes:
* use same read_action in handle_error and in work
* another syntax issue with `drain_queue/2`
* drain_queue syntax issue
* Update base engine to support rename Oban.Pro.Engines.Smart
### Improvements:
* only invoke error handler on last attempt
* drain each queue twice
* add test helper for running triggers
* trigger_read_action, defaulting to read action
* read with primary read for trigger
* log error on scheduler failure
## [v0.1.4](https://github.com/ash-project/ash_oban/compare/v0.1.3...v0.1.4) (2023-06-10)
### Improvements:
* support `record_limit` to limit max processed records
## [v0.1.3](https://github.com/ash-project/ash_oban/compare/v0.1.2...v0.1.3) (2023-05-18)
### Bug Fixes:
* properly raise errors instead of swallowing them
* don't use `authorize?: false` for operations.
## [v0.1.2](https://github.com/ash-project/ash_oban/compare/v0.1.1...v0.1.2) (2023-05-08)
### Improvements:
* make scheduler default queue the same as worker
## [v0.1.1](https://github.com/ash-project/ash_oban/compare/v0.1.0...v0.1.1) (2023-05-01)
### Bug Fixes:
* add_error/1 does not exist
* `insert_all/1` not `insert_all!/1`
### Improvements:
* handle actions w/ before_transaction/after_transaction hooks better
## [v0.1.0](https://github.com/ash-project/ash_oban/compare/v0.1.0...v0.1.0) (2023-04-28)
### Features:
* initial feature set