rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs
MIT License
611 stars 71 forks source link

inspect on the arguments in the index pages makes the pages explode for some more complex type of argument objects #124

Closed koenhandekyn closed 1 week ago

koenhandekyn commented 5 months ago

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

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 ...

created at 2018-03-15 115819 792462000 +01