sidekiq_admin_enquerer


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_enquerer
require '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 rspec

License

Released under MIT License.

Authors

Rustam Ibragimov