1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

With previous upload, solves a deadlock problem with database

This commit is contained in:
Adolfo Gómez 2012-11-12 19:48:27 +00:00
parent 96c95e8ff5
commit af9bfccf65

View File

@ -64,7 +64,7 @@ class JobThread(threading.Thread):
except:
# Erased from database, nothing hapens
# logger.exception(e)
logger.info('Database acces locked... Retrying')
logger.info('Database access locked... Retrying')
time.sleep(1)