resque-sliders
resque-sliders copied to clipboard
A Resque plugin that enables complete control over your running Resque Workers, all from the Resque-Web UI
Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.3.3 to 2.2.0. Changelog Sourced from sinatra's changelog. 2.2.0 / 2022-02-15 Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon Minor refactors...
Bumps [json](https://github.com/flori/json) from 1.7.5 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...
Bumps [rack](https://github.com/rack/rack) from 1.4.1 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.2.0 to 2.0.7. Changelog *Sourced from [rack-protection's changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md).* > ## 2.0.7 / 2019-08-22 > > * Fix a regression [#1560](https://github-redirect.dependabot.com/sinatra/sinatra/pull/1560) by Kunpei Sakai > > ## 2.0.6...
I'm having trouble getting the UI to show up. Can anyone offer a detailed checklist on setting up resque-sliders? Thanks!
Current implementation doesn't accept redis authorization. Basically if I provide password, it just get omitted. Ref: https://github.com/kmullin/resque-sliders/blob/master/lib/resque-sliders/kewatcher.rb#L43
I am working on adding support for a yml to be passed KEWatcher that would set default queue / worker ratios at boot time. I am deploying to amazon-ebs so...
So while its great to restart the server, its useful to kill off a single proccess, ive modified the UI and the worker to check if a proccess in in...