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

php-resque-ex for Resqueboard Installation

teewhey opened this issue · comments

Hi kamisama,

The ResqueBoard installation notes, the php-resque-ex should be replaced on my php codes or the Fresque directory or on the ResqueBoard server or all of them?

This is my current setup :

Server 1 : Fresque + My Codes
Server 2 : ResqueBoard

commented

Hi,

I don't quite understand your question, but php-resque-ex and fresque is
installed automatically when ResqueBoard is installed via Composer.

If you already have a working code with its own php-resque-ex and fresque,
then leave them as is.

Just make sure that you're using the same version of php-resque-ex and
fresque in your current code.

On Thu, Jun 13, 2013 at 12:17 AM, teewhey notifications@github.com wrote:

Hi kamisama,

The ResqueBoard installation notes, the php-resque-ex should be replaced
on my php codes or the Fresque directory or on the ResqueBoard server or
all of them?

This is my current setup :

Server 1 : Fresque + My Codes
Server 2 : ResqueBoard


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

Let me elaborate one step at the time, hopefully I can convey it correctly....
Let's start with the ResqueBoard server first....

I've installed according to the installation note, however I'm a bit confused on the php-resque-ex portion in the installation note. Where should I be replacing php-resque-ex?

commented

Ok,if you already have php-resque-ex installed in your code, you don't need
to replace it, just skip that step.

This step is for those who have php-resque installed in their application,
which is not compatible with Resqueboard, and should be replaced by
php-resque-ex.

Hi,

Regarding same issue, we have updated both fresque and php-resque-ex to the same version (1.2.5) but so far we couldn't manage to see the real time stats on ResqueBoard main page. It's just the total number of jobs and overall stats of each queue and nothing realtime.

Need to mention:
-Our ResqueBoard is hosted on a separate server.
-We can see a traffic on udp port 1180 on both servers.

Just nothing shows up!

commented

There was an issue with the monolog shipped with resqueboard. Change the
dependency version to 1.6, it should fixthe bug if your issue was with your
webserver not on the utc timezone

On Monday, November 18, 2013, bolbol123 wrote:

Hi,

Regarding same issue, we have updated both fresque and php-resque-ex to
the same version (1.2.5) but so far we couldn't manage to see the real time
stats on ResqueBoard main page. It's just the total number of jobs and
overall stats of each queue and nothing realtime.

Need to mention:
-Our ResqueBoard is hosted on a separate server.
-We can see a traffic on udp port 1180 on both servers.

Just nothing shows up!


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-28765279
.

Hi kamisama, are you refering to the monolog dependency of Resqueboard or the fresque??

commented

Of php-resque-ex. I'll update it later, I'm on the move these days