Skip to content

Commit 28adddd

Browse files
ref: Remove unused HEALTHCHECK_MAX_AGE_SECONDS constant (#638)
1 parent 589d317 commit 28adddd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/launchpad/constants.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ class InstallableAppErrorCode(Enum):
4242
UNSUPPORTED_ARTIFACT_TYPE = 8
4343

4444

45-
# Health check threshold - consider unhealthy if file not touched in 60 seconds
46-
HEALTHCHECK_MAX_AGE_SECONDS = 60.0
47-
48-
4945
class ProcessingErrorMessage(Enum):
5046
"""Fixed set of error messages for artifact processing."""
5147

0 commit comments

Comments
 (0)