Derik Linch

Results 13 comments of Derik Linch

Thanks @Arkweid! I would say that almost seems like two different features. One allows for parallel commands with a single piped group, and the other is to handle multiple pipe...

I am the original opener of this issue! I think this is a perfectly fine solution, it seems obvious now that you've posted it, which is often true of the...

Hi @bkazez, not a maintainer but I noticed this issue locally. If you pass the arguments through to the `Redcarpet::Markdown` class, you'll see the behavior you're looking for. ```ruby #...

@bkazez I found a combination of the `hard_wrap` and the `lax_spacing` options generally worked the way I expected.

@rosa The only thing I could find was for SideKiq's pro plan having some [built-in resilience](https://github.com/sidekiq/sidekiq/wiki/Pro-Reliability-Client). For your second point, that is why I opened the issue for discussion. Releasing...

@rosa We are actually running into a tangential issue, we are consistently running out of db connections in our app on heroku. The DB provisioned is postgres, and has a...

@rosa Total, it's a hard limit Heroku gives for some of its Essential tier Postgres DB's. We actually found that this blocked deploys as the release worker tries to connect...

@rosa Sorry to bug you again, we just had a production incident that directly relates to us running out of DB connections to our Solid database, and I'm realizing I...

Ah, this was on a production application with a DB connection of 400, and we hit it. Some of our specific stats: App: 8 Dynos, Web Concurrency 8, Threads 5....