Cheng Zhikai a0ab619aeb
Fix: ensure update_progress loop always waits between iterations (#9528)
Move stop_event.wait(6) into finally block so that even when an
exception occurs, the loop still sleeps before retrying. This prevents
busy looping and excessive error logs when Redis connection fails.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-08-19 09:42:15 +08:00
..
2025-08-19 09:33:33 +08:00
2025-08-19 09:33:33 +08:00
2025-01-21 20:52:28 +08:00
2024-12-07 16:56:34 +08:00