Ben Sheldon [he/him]

Results 285 comments of Ben Sheldon [he/him]

@hiendinhngoc Just looping back around on this. I'm curious if you ever discovered the problem?

@dixpac having gotten #760 to green, I think we're pretty closely aligned. I'd like GoodJob to be tapioca-able in the parent application (and this repo be `srb tc` passing) but...

Thanks for improving the documentation! 🙇🏻 > does this mean that the GoodJob dashboard will work fine with PgBouncer, but actually running jobs will not work? The Dashboard uses the...

That's not good! Everything you've described sounds like the database connection that holds the advisory lock is being disconnected/closed. (nothing to do with transactions or `after_commit`) GoodJob uses session/connection-based Advisory...

Whoops, that is just a type. I also tried a few other commands (`{ orientation: "Landscape"}` for example) and it didn't work either. I also wasn't sure how wkhtmltopdf expects...

This is lovely! Any chance you could try putting the entire COALESCE into Arel?

Sorry, I missed entirely that the Arel was then getting `to_sql`'ed into a larger block of text 🤦🏻 I'm still unsure of why those spaces got inserted into the SQL...

@sebastiandeutsch that's unexpected! I'll see if I can reproduce this error. This is the offending `link_to` that seems to be erroring: https://github.com/bensheldon/good_job/blob/e769a520f4a0903df989f6b8a81a49acfa4c8c98/engine/app/views/good_job/dashboards/index.html.erb#L46-L48 I did some light googling and I wonder...

I'm unable to reproduce this error 😞