sidekiq_admin_enquerer
- Installation
- Usage
- Development
- License
- Authors
TODO:
- job invocation form redesign;
- interactive UI tabs for each performing method (sidekiq's UI has no jquery and bootstrap-js integrations);
- job invocation rework (support for kwarg invocation and analysis of passed attributes);
- specs;
Installation
gem 'sidekiq_admin_enquerer'bundle install
# --- or ---
gem install sidekiq_admin_enquererrequire 'sidekiq_admin_enquerer'Usage
- it is assumed that you are using
Rails;
# config/initializers/sidekiq.rb
# ...your sidekiq configs...
SidekiqAdminEnquerer.load- navigate to
/your-sidekiq-path/enquerer
Development
- full build (
rubocop=>rspec)
bundle exec rake- code style check (
rubocop):
bundle exec rake rubocop- tests (
rspec):
bundle exec rake rspecLicense
Released under MIT License.