didil / sidekiq-client-cli

Command line client for Sidekiq
MIT License
18 stars 18 forks source link

Sidekiq Job not processing . #2

Closed narutosanjiv closed 11 years ago

narutosanjiv commented 11 years ago

When i am executing job through console, it processed without any problem. When i am running through sidekiq-client-cli, it show in enqueued tab when view sidekiq web but it never getting processed

didil commented 11 years ago

Are you sure sidekiq is running ? All the gem does is enqueue the job with the configuration you specify

narutosanjiv commented 11 years ago

Yes , Sidekiq is running.

didil commented 11 years ago

Are the jobs being added with the right redis namespace ?

narutosanjiv commented 11 years ago

Let me check if redis-namespace being rightly added and i will back to you .