Tech2pr

Results 2 comments of Tech2pr

No. We aren't using connection pools. We are using Django framework. DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', 'OPTIONS': { 'options': '-c search_path="schemaname"' }, 'NAME': 'dbname', 'USER': 'username', 'PASSWORD': 'xxxxxxx',...

Thank you @jackwotherspoon. We have implemented the suggestion and we will monitor for the same error in the upcoming days.