firebase-queue icon indicating copy to clipboard operation
firebase-queue copied to clipboard

Results 27 firebase-queue issues
Sort by recently updated
recently updated
newest added

Hi, I'm using firebase-queue. And sometime tasks ends with error 500. How can I rerun this task in 5 minutes for instance? From the top of my head I can...

Hi there, I am sorry if this is deemed inappropriate. Please know that I have the best intentions. I have worked on a fork of you library. My understanding (based...

Could this code be updated to native Promises, typescript, etc. Is this project stale?

### Version info **Firebase:** 4.8.1 **Firebase Queue:** 1.6.1 **Firebase Admin:** 5.5.1 **Node.js:** 6 or 7 ### Test case I have followed all instructions of creating queue work and pushing tasks...

Hey there , using firebase-queue to process tasks , about 60-200 in a minute. every tasks takes about 150-200ms to process. for some reason , we see the service freezing...

I am basing this issue on a [question](http://stackoverflow.com/questions/42724957/does-cloud-functions-for-firebase-make-firebase-queue-obsolete) I came across on StackOverflow regarding whether or not cloud functions render firebase-queue obsolete, and [my answer](http://stackoverflow.com/questions/42724957/does-cloud-functions-for-firebase-make-firebase-queue-obsolete/42755440#42755440) to that question. Also, I...

Is there any way to rate-limit or throttle the processing of jobs. i.e. 1/sec or 2/sec?

### Version info **Firebase:** [email protected] [email protected] **Firebase Queue:** [email protected] **Node.js:** v6.9.4 **Other (e.g. operating system) (if applicable):** ### Test case I believe there's a bug in `QueueWorker.prototype._tryToProcess` regarding max retry...

### Version info **Firebase:** [email protected] **Firebase Queue:** [email protected] **Node.js:** 6.9.1 **Other (e.g. operating system) (if applicable):** Mac OS X El Capitan ### Test case Am pushing a task with a...

I've tested queue timeouts and noticed the following: 1. Queue timeouts as specified by the default spec are not respected by the firebase queue. This can be replicated by setting...