Mike Perham

Results 320 comments of Mike Perham

@arjes I don't want a separate reaping thread.

Great info to have, thanks. Please don’t touch the gemspec, use stdlib only.

Can you fix the gemspec so I can merge?

It's code for one example benchmark. That's not important enough to justify entry in the gemspec. I think it should look more like: ```ruby begin gem "benchmark-ips" require "benchmark/ips" rescue...

I was able to hack around this by installing the el/6 package on el/7. ``` $ cd /etc/yum.repos.d $ more freight.repo [freight] name=Extra Packages for Enterprise Linux 6 - $basearch...

Thanks. I appreciate you investigating this.

Yes. I guess having timings within a tightly nested loop or popular component wouldn't be useful but I don't have those issues. Even if I have to opt-in for timings,...

I have no input. IANAL and don't want to make any incorrect statements on this subject.

Since worker_killer is a server middleware, you should include the new Module as noted here: https://github.com/mperham/sidekiq/blob/main/docs/middleware.md#updated-api You can then access the identity with `config[:identity]`. It looks like that's all you...