Mike Perham
Mike Perham
Someone recently submitted a similar type of patch so that Sidekiq's signal handler calls any previously registered trap: https://github.com/mperham/sidekiq/blob/4ce86cda9e968de0d3aa198839c2dd0ac4c4f17b/lib/sidekiq/cli.rb#L48-L62
@blowmage Thanks for the context. This would be super useful in the README; I'd send a PR but I don't have a good sense for the overall picture that needs...
What has changed? My original issue was with an unhelpful error message. Has that message changed or documentation added?
I think I just uncomfortable with the use of `_` as test syntax. The issue is that underscore method is not self-describing and reads like magic. I would prefer `expect`...
Add a link. If you are going to tell people that a certain syntax is deprecated, I think the message should include a link to a page which explains and...
Like this? ``` > HardJob.perform_async(123) => "cbd1b1b7030c9c5b56b9193c" > job = Sidekiq::Queue.new.first => # job.item => {"retry"=>true, "queue"=>"default", "backtrace"=>5, "args"=>[123], "class"=>"HardJob", "jid"=>"cbd1b1b7030c9c5b56b9193c", "created_at"=>1709313100.969242, "enqueued_at"=>1709313100.9718049} > job.value [raw JSON string] ```
Thank you @azolf!
Thank you @gaurish!
@alekgosk Does Polish really use a Korean word for `Failed`?
Unfortunately I don't have a better solution than "start Sidekiq" right now.