firebase-queue
firebase-queue copied to clipboard
In my scenario I would use firebase-queue with synchronous-like use case such as user registration. For example: 1. Client post registration task in the queue with user registration data 2....
Setting numWorkers to 100, and running tasks until they timeout, appears to be not releasing queues. I haven't isolated code to prove yet, but I wanted to ask for more...
I like how failed jobs are still in the queue, so I can debug those failed jobs. I have a good deal of them though, so it would be nice...
Would love to have support for typescript and typings for the library. Thanks!
I am calling the resolve function, but the task seems to be reclaimed instantly by the worker even after it has already been completed. In other words, the tasks never...
If you pass in a firebase ref that for instance doesn't have the correct read permissions when instantiating a Queue it does not throw it just logs the error? There's...
In README.md, under Queue Security, the validate rule under rules/queue/tasks contains ``` newData.hasChildren(['_state', '_state_changed', '_progress']) ``` Notice the presence of the _progress property. However, in `queue_worker.js`, in `_resetTask`, we have:...
We're using the bolt compiler for our authorization rules. Can we get a port of the authorization rules to bolt please?
We've been using firebase-queue for a while now. We saw some odd behavior in production last night and haven't been able to reproduce locally in development. Our queue workers appeared...