Live data from Hacker News

Viewing profile — sideofbacon

sideofbacon

HN member
Joined
Mon, Apr 01, 2013, 9:54 PM UTC
HN karma
21
Public activity
12 items

About sideofbacon

No profile information was provided.

Recent public activity

  1. comment
    Comment #45302506

    Who? Everyone I recognize is continuing to contribute. https://github.com/rubygems/rubygems/graphs/contributors?fro...

  2. story
  3. comment
    Comment #35529706

    I'm the GoodJob author. Here's the class that is responsible for implementing Postgres's LISTEN/NOTIFY functionality in GoodJob: https://github.com/bensheldon/good_job/blob/10e9d9b…

  4. story
  5. story
  6. comment
  7. comment
    Comment #23941373

    That was mentioned in another thread. I have two thoughts about it: - Going off of my own experience, I've never used PgBouncer and I've worked on some moderately sized application…

  8. comment
    Comment #23934688

    Thanks! That's really helpful context.

  9. comment
    Comment #23934365

    GoodJob author here. I'm curious why you're specifically looking for listen/notify? I'm trying to prioritize that in the backlog.

  10. comment
    Comment #23933257

    GoodJob author here. The core reason I wrote it was to see how lean/simple I could write a database-backed ActiveJob adapter today. And hope In practice any adapter should _just wo…

  11. comment
    Comment #23933091

    GoodJob author here. Excellent observation. It should work if PgBouncer is using session-level pooling, but not transaction-level pooling. I made a ticket to document this: https:/…

  12. comment
    Comment #23932932

    GoodJob author here. The reason is that I don't have any production experience with Sidekiq. My target right now is someone, like myself, who would typically spin up a new project …