FirebaseExtended / firebase-queue

MIT License
786 stars 108 forks source link

Workers intermittently stop pulling tasks off the queue #36

Closed dylanjha closed 8 years ago

dylanjha commented 8 years ago

This is an issue I have seen twice now, and I don't exactly know why and I can't reliably replicate it. I apologize for not having more information or a reliable use case. If I can gather any more information I will add it.

What I have experienced is that I will have a worker process running and processing jobs like normal, and then all of a sudden when more jobs get added to the queue the workers, which are not actively processing any jobs will stop pulling down new jobs.

Any idea what might be going wrong here?

dylanjha commented 8 years ago

closing, figured out how this is happening: https://github.com/firebase/firebase-queue/issues/39