Created by: albertjan
I don't know if this fixes #91 (closed). But this does fix a race condition where two queue's were getting notified by redis there is a new job. and both getting a lock on it. Because it's using renewLock to get the lock the first time.