Skip to content

Commit 4598fd1

Browse files
authored
Merge pull request #1093 from MESH-Research/dev/cilogon-merge
Merge API response refactoring to help in debugging
2 parents 1a932b0 + e14d2b8 commit 4598fd1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

invenio.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ from invenio_stats_dashboard.records.communities.custom_fields.custom_fields imp
168168
COMMUNITIES_NAMESPACES as STATS_COMMUNITIES_NAMESPACES,
169169
)
170170

171+
CELERY_WORKER_POOL_RESTARTS = True
172+
171173
SITE_UI_URL = os.getenv("INVENIO_SITE_UI_URL", "https://localhost:5000")
172174
SITE_API_URL = os.getenv("INVENIO_SITE_API_URL", "https://localhost:5000/api")
173175

0 commit comments

Comments
 (0)