There was an error while loading. Please reload this page.
1 parent 7945616 commit 6214925Copy full SHA for 6214925
1 file changed
src/DIRAC/AccountingSystem/DB/AccountingDB.py
@@ -217,6 +217,7 @@ def loadPendingRecords(self):
217
"[PENDING] Error when trying to get pending records",
218
f"for {typeName} : {result['Message']}",
219
)
220
+ self.__doingPendingLockTime = 0
221
return result
222
self.log.info(f"[PENDING] Got {len(result['Value'])} pending records for type {typeName}")
223
dbData = result["Value"]
0 commit comments