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:
parent
96c95e8ff5
commit
af9bfccf65
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user