v.23.2Improvement
Added last_exception_time column to distribution_queue table
Added last_exception_time column into distribution_queue table. #46564 (Aleksandr).Why it matters
This feature provides visibility into the most recent exception time for entries in thedistribution_queue table, helping users and administrators to monitor and troubleshoot distribution queue errors more effectively.How to use it
Users can query thedistribution_queue table and use the new last_exception_time column to track when the last exception occurred for each entry.