jpvincent / WPT-server

Fork of the WebPageTest private instance server, with more options
31 stars 15 forks source link

The cron scheduler does not seems to work. #16

Open comozo opened 10 years ago

comozo commented 10 years ago

Hi Vincent,

I'm running a linux centos 6.3 with php 5.3.3. modules : gd-5.3.3, pdo-5.3.3

When I run the command

/usr/bin/curl xxxxx/wptmonitor/jobProcessor.php?key=xxxxxxx

I have this error

Notice: Undefined index: "Sydney_wptdriver:Chrome" in /var/www/html/wptmonitor/utils.inc on line 454 Notice: Undefined index: Sydney_wptdriver:Chrome in /var/www/html/wptmonitor/wpt_functions.inc on line Notice: Undefined index: PendingTests in /var/www/html/wptmonitor/wpt_functions.inc on line 1311 Notice: Undefined index: in /var/www/html/wptmonitor/wpt_functions.inc on line 1301 Notice: Undefined index: LastQueueGrowthAlertTime in /var/www/html/wptmonitor/wpt_functions.inc on line Notice: Undefined index: LastTesterRatioAlertTime in /var/www/html/wptmonitor/wpt_functions.inc on line Notice: Undefined index: QueueGrowthCount in /var/www/html/wptmonitor/wpt_functions.inc on line 1306 Notice: Undefined index: PendingTests in /var/www/html/wptmonitor/wpt_functions.inc on line 1311 Notice: Undefined index: Sydney_wptdriver in /var/www/html/wptmonitor/wpt_functions.inc on line 1301 Notice: Undefined index: PendingTests in /var/www/html/wptmonitor/wpt_functions.inc on line 1311

This is my location.ini

[locations] 1=AP_SE2 default=AP_SE2

[AP_SE2] 1=Sydney_wptdriver label="Asia (Sydney)" lat=1.352708 lng=103.819935 default=Sydney_wptdriver

[Sydney_wptdriver] ; uses same instance as US_East (make sure the SecretKey is the same for both) browser=Chrome,Firefox latency=0 label="Asia (Sydney)"

jpvincent commented 7 years ago

Hi still issues on this ?