https://github.com/ash-project/ash_oban
The extension for integrating Ash resources with Oban.
https://github.com/ash-project/ash_oban
ash background-jobs jobs oban
Last synced: 7 months ago
JSON representation
The extension for integrating Ash resources with Oban.
- Host: GitHub
- URL: https://github.com/ash-project/ash_oban
- Owner: ash-project
- License: mit
- Created: 2023-04-22T04:46:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-22T14:05:42.000Z (12 months ago)
- Last Synced: 2025-06-25T04:15:39.605Z (12 months ago)
- Topics: ash, background-jobs, jobs, oban
- Language: Elixir
- Homepage: https://hexdocs.pm/ash_oban
- Size: 443 KB
- Stars: 34
- Watchers: 3
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ash-framework - ash_oban - Extension for integrating Ash resources with Oban. (Extensions / other)
README



[](https://opensource.org/licenses/MIT)
[](https://hex.pm/packages/ash_oban)
[](https://hexdocs.pm/ash_oban)
[](https://api.reuse.software/info/github.com/ash-project/ash_oban)
# AshOban
Welcome! This is the extension for integrating [Ash](https://hexdocs.pm/ash) resources with [Oban](https://hexdocs.pm/oban). This extension allows you to easily execute resource actions in the background, and trigger actions based on data conditions.
## Tutorials
- [Getting Started with AshOban](documentation/tutorials/getting-started-with-ash-oban.md)
## Topics
- [Triggers and Scheduled Actions](documentation/topics/triggers-and-scheduled-actions.md)
## Reference
- [AshOban DSL](documentation/dsls/DSL-AshOban.md)