cryo28 / sidekiq_status

Extension to Sidekiq to pass job execution metadata such as status and result back to the client
MIT License
152 stars 53 forks source link

Problem when using sidekiq-failures #6

Closed springbok closed 11 years ago

springbok commented 11 years ago

Hi,

Firstly thank you for developing the gem it's much appreciated.

I'm trying to use the status gem as well as the failure gem(https://github.com/mhfs/sidekiq-failures) in a rails 3.07 application. When I add the failure gem and navigate to the sidekiq web interface and try and display the failure tab I get the following error:

Errno::ENOENT at /sidekiq/failures No such file or directory - /usr/jobbeat/bundler/ruby/1.9.1/gems/sidekiq_status-1.0.4/web/views/failures.slim

It seems to be looking for the failure page in the status gem directory. If I remove the status gem everything displays fine. I don't know too much about slim or sinatra but it looks like a view path is being changed somewhere.

Is this a problem with the status gem or the failure gem or am I missing something?

Thanks.

cryo28 commented 11 years ago

Probably something is wrong with the web interface init process. I'll be glad to receive a pull request :)