FirebaseExtended / firebase-queue

MIT License
786 stars 108 forks source link

Process task again when it's _state changes from finished_state to start_state #41

Closed rafalsobota closed 8 years ago

rafalsobota commented 8 years ago

When I manually change task's _state from random value to start_state it is picked up by worker properly. But when I change _state from worker's finished_state to start_state it's not. Is it on purpose?

cbraynor commented 8 years ago

This isn't intended behavior, what version of node / firebase / firebase-queue are you running?

rafalsobota commented 8 years ago

node 5.4.0 firebase 2.3.2 firebase-queue 1.2.1

cbraynor commented 8 years ago

We deployed a fix to the realtime database yesterday for something that might have been causing the issue you see here. Let me know if it still doesn't work as expected and we'll dig in further

chevsky commented 8 years ago

+1

cbraynor commented 8 years ago

Closing this out - we deployed a new fix for the database on Friday last week that was likely the cause of this. If you're still having issues, please reopen with an mvce.