Implements a thread based worker pattern on top of JRuby-Rack. Useful if you'd like to run a worker loop (such as Delayed::Job or Resque) as part of your web-application (concurrently in a separate thread) instead of using a separate process. To be used with a servlet containers.
Required Ruby Version
None
Authors
Karol Bucek
Versions
- 0.20.DJ1 May 07, 2018 (30.5 KB)
- 0.14.1 May 02, 2018 (33 KB)
- 0.14.0 July 14, 2017 (33 KB)
- 0.13.3 February 13, 2017 (33 KB)
- 0.13.2 January 20, 2017 (33 KB)
- 0.4 July 05, 2012 jruby (21 KB)