v.23.2Improvement

Added last_exception_time column to distribution_queue table

Added last_exception_time column into distribution_queue table. #46564 (Aleksandr).
Added a last_exception_time column to the distribution_queue table.

Why it matters

This feature provides visibility into the most recent exception time for entries in the distribution_queue table, helping users and administrators to monitor and troubleshoot distribution queue errors more effectively.

How to use it

Users can query the distribution_queue table and use the new last_exception_time column to track when the last exception occurred for each entry.