Created by: doublerebel
Fixes unhandled rejection SISMEMBER errors as seen in build https://travis-ci.org/OptimalBits/bull/builds/174710354
Details
While working on #188 I noticed some errors in the test suite. The Job::finished
watchdog was running even when the listeners were already removed. This PR clears the watchdog interval so that the watchdog is not run unnecessarily.