jondot / sneakers

A fast background processing framework for Ruby and RabbitMQ
https://github.com/jondot/sneakers
MIT License
2.24k stars 333 forks source link

Documentation Request - Referencing Workers from Ruby Grape Routes #384

Closed alilland closed 1 year ago

alilland commented 5 years ago

All bases seem covered for Sinatra, Rails and Rake, but examples for triggering background tasks from Grape Routes are not there, wish I could issue a pull request but I am absolutely lost in the weeds =/

alilland commented 5 years ago

Looks like i have it working, i will post something in a few days

michaelklishin commented 5 years ago

Thank you.

alilland commented 5 years ago

here is a sample grape project using Sneakers + Bunny Grape Sneaker Example API

gabrieljoelc commented 4 years ago

Wanna add this to the wiki or pull request the readme and then we can close this issue?