Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aledsz/roban
The Oban version for Ruby
https://github.com/aledsz/roban
background-jobs concurrency jobs oban queues ruby
Last synced: 3 days ago
JSON representation
The Oban version for Ruby
- Host: GitHub
- URL: https://github.com/aledsz/roban
- Owner: aleDsz
- License: mit
- Created: 2021-05-26T04:28:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T04:51:18.000Z (over 3 years ago)
- Last Synced: 2024-05-21T04:13:07.585Z (6 months ago)
- Topics: background-jobs, concurrency, jobs, oban, queues, ruby
- Language: Ruby
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Oban for Ruby (rOban)
[![Ruby](https://github.com/aleDsz/rOban/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/aleDsz/rOban/actions/workflows/main.yml)
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'oban'
```And then execute:
$ bundle install
Or install it yourself as:
$ gem install oban
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rspec` to run the tests.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/aleDsz/rOban. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/aleDsz/rOban/blob/master/CODE_OF_CONDUCT.md).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the rOban project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/aleDsz/rOban/blob/master/CODE_OF_CONDUCT.md).