Live data from Hacker News

Viewing profile — drTriumph

drTriumph

HN member
Joined
Thu, Apr 12, 2012, 4:08 PM UTC
HN karma
22
Public activity
7 items

About drTriumph

[ my public key: https://keybase.io/cbraynor; my proof: https://keybase.io/cbraynor/sigs/Fm3j6BY2uN5JztbD5KsNZrkLVZimA7Eq2dUOMGkOJZc ]

Recent public activity

  1. comment
    Comment #17807817

    I've seen this before but it never hurts to re-read

  2. comment
    Comment #9553474

    It uses the Node Firebase client: https://www.npmjs.com/package/firebase

  3. comment
    Comment #9553261

    This is not a hosted solution - you will have to run your own server still with Firebase Queue

  4. 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…

  5. 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.

  6. 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…

  7. 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 …