because we pass in some more complex arguments, our index pages are exploding and we're currently forced to override inspect on some of our classes, which is kind of 'bwah' ...
it seems that 37s is largely passing very simple arguments but i guess it's not so uncommon to pass in somewhat more complex objects.
i see several options
- considering to use to_s for the arguments
- more aggressive truncation on the inspect
- considering a cascade of display_name, to_s on the arguments
- ability to configure per job
- ...
the screenshot below is variant where we already compacted to the inspect for some key classes. originally one row would take up more then one page on a 4k monitor ...
