database connection retry
This commit is contained in:
@@ -28,4 +28,5 @@ six==1.12.0
|
|||||||
urllib3==1.24.1
|
urllib3==1.24.1
|
||||||
XlsxWriter==1.1.5
|
XlsxWriter==1.1.5
|
||||||
django-dramatiq==0.5.0
|
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',
|
'django.contrib.staticfiles',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
'django_dramatiq',
|
'django_dramatiq',
|
||||||
|
'django_dbconn_retry',
|
||||||
]
|
]
|
||||||
|
|
||||||
if production_env:
|
if production_env:
|
||||||
|
|||||||
Reference in New Issue
Block a user