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 589d317 commit 28addddCopy full SHA for 28adddd
1 file changed
src/launchpad/constants.py
@@ -42,10 +42,6 @@ class InstallableAppErrorCode(Enum):
42
UNSUPPORTED_ARTIFACT_TYPE = 8
43
44
45
-# Health check threshold - consider unhealthy if file not touched in 60 seconds
46
-HEALTHCHECK_MAX_AGE_SECONDS = 60.0
47
-
48
49
class ProcessingErrorMessage(Enum):
50
"""Fixed set of error messages for artifact processing."""
51
0 commit comments