Existing PR for better logging of ActiveJob retry/discard?

Is anyone else interested in this PR I made in August for better logging for ActiveJob retry and discard messages?

Just a tiny PR to make retry/discard logging more consistent with other ActiveJob logging and more useful, by including JobID, exception message, and execution count consistently in all log messages.

https://github.com/rails/rails/pull/42990

I wonder if there’s any way to get it reviewed?