Jobs Waiting in Queue

I have several jobs waiting in queue to be processed. I’m not sure why the jobs are hanging in queue. Is there a way to clear the queue? I’ve provided the following config settings:

Urlblast.ini
[Configuration]
Startup Delay=5
Log File=c:\webpagetest\agent\urlblast
Timeout=120
use current account=1

; Where to get work from
Url Files Url=http://webpagetest/htdocs/work
Location=IE 10
Location Key=TestKey123

Locations.ini

[locations]
1=Test_Loc
2=Public_Dulles
3=Public_Dulles2
4=Public_Dulles3
5=Public_Dulles4
6=Public_Dulles5
7=Public_Dulles6
8=Public_Dulles7
default=Test Location - IE 10

;
; These are the top-level locations that are listed in the location dropdown
; Each one points to one or more browser configurations
;

[Test_Loc]
1=IE
label=IE 10

[Public_Dulles]
1=WPT_Dulles_IE8
label=“WebPagetest.org - Dulles, VA”

[Public_Dulles2]
1=WPT_Dulles_IE8
label=“WebPagetest.org - Asheville, NC”

[Public_Dulles3]
1=WPT_Dulles_IE8
label=“WebPagetest.org - Miami, FL”

[Public_Dulles4]
1=WPT_Dulles_IE8
label=“WebPagetest.org - Chicago, IL”

[Public_Dulles5]
1=WPT_Dulles_IE8
label=“WebPagetest.org - Kansas City, MO”

[Public_Dulles6]
1=WPT_Dulles_IE8
label=“WebPagetest.org - San Jose, CA”

[Public_Dulles7]
1=WPT_Dulles_IE8
label=“WebPagetest.org - Los Angeles, CA”

;
; These are the browser-specific configurations that match the configurations
; defined in the top-level locations. Each one of these MUST match the location
; name configured on the test agent (urlblast.ini or wptdriver.ini)
;

[IE]
browser=IE 10
latency=0
label=“Test Location - IE 10”
browserExe=iexplore.exe

;
; For a wptdriver configuration (chrome, firefox), the browser labels here
; MUST match the labels used in wptdriver.ini
;
;
[IE]
browser=Chrome,Firefox,IE 10
label=“Test Location”

;
; This is an exaple of a “remote” configuration where tests can be proxied to a remote
; webpagetest instance. The test will be run by the remote server but the results
; will be downloaded to the local server and deleted from the remote agent
;
; Each location that you want to use from the remote server needs to be configured
; individually on the local configuration (location names do not need to match)
;
; To use the public webpagetest.org instance you will need an API key
;

[WPT_Dulles_IE8]
browser=IE 8
label=“WebPagetest.org Dulles, VA - IE8”
relayServer=“http://www.webpagetest.org/
relayKey=35b43357cd6544c48b1927f13687d404
relayLocation=Dulles_IE8

[WPT_Dulles_IE8]
browser=IE 8
label=“WebPagetest.org - Asheville, NC”
relayServer=“http://www.webpagetest.org/
relayKey=35b43357cd6544c48b1927f13687d404
relayLocation=Dulles_IE8

[WPT_Dulles_IE8]
browser=IE 8
label=“WebPagetest.org - Miami, FL”
relayServer=“http://www.webpagetest.org/
relayKey=35b43357cd6544c48b1927f13687d404
relayLocation=Dulles_IE8

[WPT_Dulles_IE8]
browser=IE 8
label=“WebPagetest.org - Chicago, IL”
relayServer=“http://webpagetest.org/
relayKey=35b43357cd6544c48b1927f13687d404
relayLocation=Dulles_IE8

[WPT_Dulles_IE8]
browser=IE 8
label=“WebPagetest.org - Kansas City, MO”
relayServer=“http://www.webpagetest.org/
relayKey=35b43357cd6544c48b1927f13687d404
relayLocation=Dulles_IE8

[WPT_Dulles_IE8]
browser=IE 8
label=“WebPagetest.org - San Jose, CA”
relayServer=“http://www.webpagetest.org/
relayKey=35b43357cd6544c48b1927f13687d404
relayLocation=Dulles_IE8

[WPT_Dulles_IE8]
browser=IE 8
label=“WebPagetest.org - Los Angeles, CA”
relayServer=“http://www.webpagetest.org/
relayKey=35b43357cd6544c48b1927f13687d404
relayLocation=Dulles_IE8

Wptdriver.ini
[WebPagetest]
url=http://127.0.0.1/
location=Test
browser=Chrome
;key=TestKey123
Automatically install and update support software (Flash, Silverlight, etc)
software=http://www.webpagetest.org/installers/software.dat

[Chrome]
exe=“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe”
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’
installer=http://www.webpagetest.org/installers/browsers/chrome.dat

[Firefox]
exe=“C:\Program Files (x86)\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox

[Safari]
exe=“%PROGRAM_FILES%\Safari\Safari.exe”

[IE 10]
exe=“C:\Program Files\Internet Explorer\iexplore.exe”

Hi
We wrote a script to clear manually the queue : WPT-server/unlock.php at master · jpvincent/WPT-server · GitHub

Thank you for the script. Works like a charm!

Are there any options from the tool itself to clear these queues? We are using an internal instance and some one scheduled a lot of tests by mistake.