Viewing profile — sideofbacon
sideofbacon
HN member- Joined
- Mon, Apr 01, 2013, 9:54 PM UTC
- HN karma
- 21
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About sideofbacon
No profile information was provided.
Recent public activity
-
comment
Comment #45302506
Who? Everyone I recognize is continuing to contribute. https://github.com/rubygems/rubygems/graphs/contributors?fro...
- story
-
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…
- story
- story
-
comment
Comment #23946129
Yay!
-
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…
-
comment
Comment #23934688
Thanks! That's really helpful context.
-
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.
-
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…
-
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:/…
-
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 …