https://github.com/remind101/hutch-lite
A lightweight version of hutch for publishing messages in a thread safe manner.
https://github.com/remind101/hutch-lite
Last synced: 11 months ago
JSON representation
A lightweight version of hutch for publishing messages in a thread safe manner.
- Host: GitHub
- URL: https://github.com/remind101/hutch-lite
- Owner: remind101
- License: mit
- Created: 2014-01-10T00:52:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T18:46:10.000Z (over 12 years ago)
- Last Synced: 2025-02-28T00:56:14.457Z (over 1 year ago)
- Language: Ruby
- Size: 141 KB
- Stars: 0
- Watchers: 94
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hutch Lite
A lightweight version of [Hutch](https://github.com/gocardless/hutch) for publishing messages in a thread safe
manner.
## Usage
```ruby
Hutch.publish('api.foo.bar', body: 'Do something')
```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request