Intermittent stalling on event with listener

Second, as your next test, repleace your http-connector usage with Jsoup: Replacing Http-Connector with Jsoup usage

and retest. Make sure to add the timeout method in your connections. What we are testing is to see if you have network connections that are staying open forever thus the job that is executing your http-connector is remaining a active job and using up the worker pool.