diff --git a/bento_aggregation_service/app.py b/bento_aggregation_service/app.py index bb67afa..c0a37d2 100644 --- a/bento_aggregation_service/app.py +++ b/bento_aggregation_service/app.py @@ -54,6 +54,8 @@ async def get(self): # Spec: https://github.com/ga4gh-discovery/ga4gh-service-info if not CHORD_DEBUG: + # Cache production service info, since no information should change + self.set_header("Cache-Control", "private") self.write({**self.SERVICE_INFO, "environment": "prod"}) return