Provides an adapter for ActiveJob on top of Async::Job
.
Please see the project documentation for more details.
- Getting Started - This guide explains how to get started with the
async-job-adapter-active_job
gem.
Please see the project releases for all releases.
- Fix health check.
- Actually use
container_options
. I have been working too much.
- Add default count (nil = process count).
- Fixed
ThreadLocalDispatcher
to correctly handlestatus_string
.
- Add container options for controlling number of workers and health check timeout.
- Add
status_string
method toDispatcher
for better process titles.
- Fix handling of scheduled jobs with proper
scheduled_at
assignment. - 100% documentation coverage.
- 100% test coverage.
- Modernize code formatting and structure.
- Fix typo in gem name (#7).
- Ensure the adapter wraps enqueue operations with
Sync
(#10).
- Support for running multiple queues.
- Minor documentation fixes.
- Add support for
:async_job
queue adapter name. - Require
active_job
in the executor. - Updated logging examples and documentation.
- Remove
thread-local
gem dependency. - Improve error handling - don't log failures as ActiveJob already handles this.
- Force string names for queue identifiers, fixes #5.
We welcome contributions to this project.
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create new Pull Request.
In order to protect users of this project, we require all contributors to comply with the Developer Certificate of Origin. This ensures that all contributions are properly licensed and attributed.
This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.