rubyatscale / singed

Get a flamegraph anywhere in your code base. Powered by stackprof, rbspy, and speedscope
MIT License
408 stars 9 forks source link

Sidekiq middleware #36

Open technicalpickles opened 4 months ago

technicalpickles commented 4 months ago

We already have a Rack middleware. I could see there being a Sidekiq middleware too: https://github.com/sidekiq/sidekiq/wiki/Middleware . The execution of a job will be most interesting, which means just server middleware.