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.
1 parent 40502c5 commit 235cc5cCopy full SHA for 235cc5c
services/web/server/src/simcore_service_webserver/director_v2/_controller/_rest_exceptions.py
@@ -1,4 +1,5 @@
1
from servicelib.aiohttp import status
2
+from simcore_service_webserver.constants import MSG_TRY_AGAIN_OR_SUPPORT
3
from simcore_service_webserver.director_v2.exceptions import DirectorServiceError
4
5
from ...exception_handling import (
@@ -25,7 +26,8 @@
25
26
),
27
DirectorServiceError: HttpErrorInfo(
28
status.HTTP_503_SERVICE_UNAVAILABLE,
- "This service is currently not available. The incident was logged and will be investigated. Please try again later.",
29
+ "This service is temporarily unavailable. The incident was logged and will be investigated. "
30
+ + MSG_TRY_AGAIN_OR_SUPPORT,
31
32
}
33
0 commit comments