Skip to content

umbrellio/sidekiq_admin_enquerer

 
 

Repository files navigation

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

About

Sidekiq Admin Job Enqueuer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 85.3%
  • HTML 13.8%
  • Shell 0.9%