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
It seems like a race condition is putting the queue back into a pause state immediately after it has been resumed. I would start by checking to see if the _queueIterator is even being invoked after .resume()
Theory: when the last item is sent I don't see a "cache push" notification for id 434787 which would occur here. Coincidentally, that is when next would be called, thus reducing the worker count for the queue. Then, once resume is called it the queue thinks all the workers are still busy so it never invokes the queue iterator for the next item in the queue.
Hi, i am seeing similar behaviour, i send lots of events one by one but sometimes it works but sometimes only one or two got delivered and the rest just gone. Is there a simple way to push the queue, like forcing to call process every once in a while with a timeout?
It seems there's another bug after fixing #14 and #15 which is causing our agent to stop processing its queue.
Order of events:
I don't have any ideas as to why this is happening yet. Let me know if I can provide any more info that might be helpful.
The text was updated successfully, but these errors were encountered: