EECOLOR
EECOLOR
In xml the `:` marks the use of a namspace, you need to declare the namespace if you want the xml document to be valid. You can find a simple...
I think it is, you might want to check our fork: https://github.com/kaliberjs/firebase-queue/ It's not typescript, but it is Promises. It might not be what you need though because I trimmed...
Another related problem is with this: https://github.com/firebase/firebase-queue/blob/master/src/lib/queue_worker.js#L510 ``` self.taskNumber += 1; ... self.currentTaskListener = self.currentTaskRef .child('_owner').on('value', function(ownerSnapshot) { var id = self.processId + ':' + self.taskNumber; if (ownerSnapshot.val() !== id...
@mhkrebs This issue has been solved in [out fork](https://github.com/kaliberjs/firebase-queue), this is a heavily trimmed version so it might not be what you need.
Oh, and I forgot to mention that it probably best that the changes in this pull request are seen as a suggestion. English is not my native language.
I signed it!
@jaufgang I just released a trimmed down version of firebase queue: https://github.com/kaliberjs/firebase-queue It is a lot more lightweight, has less moving parts, no dependencies and a more modern approach (promises)....
I am using a `response` location where I write a value using the same `id` as the `request`. Here you can see an example: https://github.com/kaliberjs/prototypes/blob/master/service-redundancy/services.js#L34
Yeah, and this is even more important than previously because the code (while more efficient) is very hard to understand. What I would want to know is what the result...
@evanw Any chance you can review this?