perf: change record dashboard

This commit is contained in:
feng
2025-03-10 14:46:54 +08:00
committed by feng626
parent 243083e876
commit 423d6db2ac
2 changed files with 4 additions and 3 deletions

View File

@@ -144,7 +144,7 @@ class BaseChangeSecretPushManager(AccountBasePlaybookManager):
if exist:
print(f"Data inserted, updating recorder status after {attempt + 1}th query")
recorder.save(update_fields=['status', 'date_finished'])
recorder.save(update_fields=['error', 'status', 'date_finished'])
return True
print(f"Data not ready, waiting {retry_interval} second(s) and retrying ({attempt + 1}/{max_retries})")