Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).