You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of bug onWaiting() 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: