We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 760f853 + b300055 commit 4c553cbCopy full SHA for 4c553cb
iati_datastore/iatilib/config.py
@@ -9,6 +9,8 @@ class Config:
9
# Handle database disconnect error
10
# https://stackoverflow.com/questions/55457069/how-to-fix-operationalerror-psycopg2-operationalerror-server-closed-the-conn
11
SQLALCHEMY_ENGINE_OPTIONS = {"pool_pre_ping": True}
12
+ RQ_REDIS_URL = os.environ.get(
13
+ 'IATI_DATASTORE_REDIS_URL', 'redis://localhost:6379/0')
14
15
# Due to a nasty OSX bug, we have to prevent checking system for proxies...
16
# https://wefearchange.org/2018/11/forkmacos.rst.html
0 commit comments