rails / mission_control-jobs

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

Improve rendering of job arguments #201

Closed rosa closed 1 week ago

rosa commented 1 week ago

Don't deserialize global IDs that are nested inside other arguments (like hashes or arrays), and deserialize these consistently.

Supersedes #125, and fixes #124.