Andrea Lorenzetti

Results 9 comments of Andrea Lorenzetti

@jeremy sorry for pinging you directly, do you have any though about this? Thanks! Btw as we are here 😄 I work for a company ([Nozomi Networks](https://www.nozominetworks.com/) - OT &...

Sure, I'll start working on CI 👍

Great, thanks! If you have a plan and want to share/split the work I could help both on resque and resque-scheduler, as a matter of fact I've an open [PR](https://github.com/resque/resque-scheduler/pull/715)...

Hi @PatrickTulskie , support for rack 3 has been merged in thin https://github.com/macournoyer/thin/pull/399 , what do you think if I resume this PR - removing the switch from Thin to...

Hi @PatrickTulskie , so Thin doesn't support rack 3 https://github.com/macournoyer/thin/pull/399#issuecomment-2692035496 (yet). I did a couple of PRs but rack-conform test is still failing and I don't know if someone is...

Hi @PatrickTulskie , sure! In the next couple of weeks I should have some time, I'll open a PR to remove old ruby version the rebase and squash this one.

Hi @PatrickTulskie , I've updated the PR following your instructions. The things I did more are: * ~bump redis gem `gem 'redis', '~> 5.0', '< 5.4.1'` as `5.4.1` seems to...

@PatrickTulskie PR is green and everything should be sorted out, let me know if it is ok or there's something to improve

@PatrickTulskie can we merge https://github.com/resque/resque/pull/1916 too so resque Version 3.0 has full support for [Active Job Continuations](https://github.com/rails/rails/pull/55127)?