Skip to content

Commit 235cc5c

Browse files
committed
add std try again
1 parent 40502c5 commit 235cc5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/web/server/src/simcore_service_webserver/director_v2/_controller/_rest_exceptions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from servicelib.aiohttp import status
2+
from simcore_service_webserver.constants import MSG_TRY_AGAIN_OR_SUPPORT
23
from simcore_service_webserver.director_v2.exceptions import DirectorServiceError
34

45
from ...exception_handling import (
@@ -25,7 +26,8 @@
2526
),
2627
DirectorServiceError: HttpErrorInfo(
2728
status.HTTP_503_SERVICE_UNAVAILABLE,
28-
"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,
2931
),
3032
}
3133

0 commit comments

Comments
 (0)