database connection retry

This commit is contained in:
virusdefender
2019-03-26 10:01:42 +08:00
parent 26e03c26fc
commit ece38de1d5
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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: