sidekiq-enqueuer icon indicating copy to clipboard operation
sidekiq-enqueuer copied to clipboard

A Sidekiq Web extension to enqueue/schedule jobs with custom perform params in Web UI. Support both Sidekiq::Worker and ActiveJob.

Results 5 sidekiq-enqueuer issues
Sort by recently updated
recently updated
newest added

Having this configuration in my initializer file ```ruby Sidekiq::Enqueuer.configure do |config| config.jobs = [::Invoicing::Links::AccountsWorker] end ``` Throws this warning message ``` DEPRECATION WARNING: Initialization autoloaded the constants Invoicing, Invoicing::Links, and...

I don't see a declared license or any license file. Can one be decided on and added to the repository? Would a PR help? Here is a quote from the...

- Ive added an option in the enqueue form so that the user can specify there in which queue he wants to enqueue the job. By default, the gem will...

``` undefined method `present?' for "asd":String Did you mean? prepend ```

Hi, first of all thanks for your work on bringing this to sidekiq, it's pretty much awesome. unfortuantely it didn't work for the setup I'm using. - A rails app...