mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
database connection retry
This commit is contained in:
parent
26e03c26fc
commit
ece38de1d5
@ -28,4 +28,5 @@ six==1.12.0
|
||||
urllib3==1.24.1
|
||||
XlsxWriter==1.1.5
|
||||
django-dramatiq==0.5.0
|
||||
dramatiq==1.3.0
|
||||
dramatiq==1.3.0
|
||||
django-dbconn-retry==0.1.5
|
||||
|
||||
@ -34,6 +34,7 @@ VENDOR_APPS = [
|
||||
'django.contrib.staticfiles',
|
||||
'rest_framework',
|
||||
'django_dramatiq',
|
||||
'django_dbconn_retry',
|
||||
]
|
||||
|
||||
if production_env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user