Fix update_progress issue (#6992)

### What problem does this PR solve?

Fix update_progress issue introduced by #6975 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Zhichang Yu 2025-04-14 10:23:13 +08:00 committed by GitHub
parent de766ba628
commit 23c5ce48d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ def update_progress():
stop_event.wait(6)
except Exception:
logging.exception("update_progress exception")
if redis_lock.acquired:
finally:
redis_lock.release()
def signal_handler(sig, frame):