Hal Spitz

Results 48 comments of Hal Spitz

> So sorry, this is my fault. I call it async mode but it's actually the same thing as now, just that instead of forking processes, the supervisor would just...

I'll look into the Eager Vs. Lazy tradeoffs. Thanks for that. Once I get worker recycling working / finished, I'll have more suggestions to share that have helped. For example,...

Oh that looks interesting! Thank you.

@dhh Oh, how I *hate* Heroku and the games they play with radically inappropriate "starter" resource sizing (you think Apple is bad) all in an effort to prop up their...

@dhh In my case, I have at least split the web server from the SolidQueue environments, so I'm living large with 512MB x2. I'm just bristling at the fact that...

@dylanfisher I've been focusing on other SQ PRs. But I have a "recycle Workers" PR in my back pocket. Only question is if the SQ team will accept one of...

@karlentwistle @MiroslavCsonka The latest releases of SolidQueue have an #on_start for the dispatcher and scheduler. This PR needs to add a SemanticLogger.reopen for the 2 new on_start blocks. Also, if...

@karlentwistle Since your PR and my comment, solid_queue now has on_start blocks for the supervisor and scheduler. I believe you need to update the PR to add a reopen there...