wa0x6e / ResqueBoard

ResqueBoard is an analytics software for PHP Resque. Monitor your workers health and job activities in realtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No job details

ravindar opened this issue · comments

Hi I have ResqueBoard installed and all the components like Redis/Mongo/Cube are working and connecting. I can also see jobs getting processed, but when i click on a job to get more details, I don't see any information under Processed Jobs. Also no data is coming thru logs. I am using PHP Resque and not PHP Resque Ex, just in case that is the cause? Any help is greatly appreciated.

Thanks
Ravindar

commented

Yes, it's the cause. php-resque-ex is far behind the original fork, I'm
working on a PR that will re-merge all ex feature into the original branch.
There'll be no more fix or new features in the ex branch.

On Mon, Sep 9, 2013 at 4:48 PM, ravindar notifications@github.com wrote:

Hi I have ResqueBoard installed and all the components like
Redis/Mongo/Cube are working and connecting. I can also see jobs getting
processed, but when i click on a job to get more details, I don't see any
information under Processed Jobs. Also no data is coming thru logs. I am
using PHP Resque and not PHP Resque Ex, just in case that is the cause? Any
help is greatly appreciated.

Thanks
Ravindar


Reply to this email directly or view it on GitHubhttps://github.com//issues/17
.

I know this is close, any updates on when/if this merge might happen? I'm asking as I just spent many hours setting up resque-ex to work with resqueboard and just discovered this post...