Description of bugonWaiting() not being called when a job goes in to waiting
To Reproduce
Expected behavior
onWaiting to call when job goes in to waiting
Screenshots
onActive, onCompleted and onFailed work fine. Not sure what's going on with onWaiting. I checked onDrained too and it doesnt appear to fire either. Not sure if I'm doing something wrong.
Description of bug
onWaiting()
not being called when a job goes in to waitingTo Reproduce
Expected behavior onWaiting to call when job goes in to waiting
Screenshots
onActive
,onCompleted
andonFailed
work fine. Not sure what's going on withonWaiting
. I checkedonDrained
too and it doesnt appear to fire either. Not sure if I'm doing something wrong.