Viewing profile — drTriumph
drTriumph
HN member- Joined
- Thu, Apr 12, 2012, 4:08 PM UTC
- HN karma
- 22
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About drTriumph
Recent public activity
-
comment
Comment #17807817
I've seen this before but it never hurts to re-read
-
comment
Comment #9553474
It uses the Node Firebase client: https://www.npmjs.com/package/firebase
-
comment
Comment #9553261
This is not a hosted solution - you will have to run your own server still with Firebase Queue
-
comment
Comment #9553252
The biggest advantage would be that you can have multiple server processes listening for requests on the same path and know that only one will be processing it at any point in time…
-
comment
Comment #9553180
By specifying a timeout on a task spec or not you can specify whether a task is tried at least once or at most once.
-
comment
Comment #9553130
Hi HN, I'm the lead engineer on Firebase Queue. I think it will make processing background tasks in Firebase much easier, and we're already using it for some projects internally. I…
-
comment
Comment #7738995
Hi HN, I'm the lead developer on Firebase Hosting and the post’s author. We're trying to build something that's both simple to use and a serious production grade product. We think …