Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/launchpad/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ class InstallableAppErrorCode(Enum):
UNSUPPORTED_ARTIFACT_TYPE = 8


# Health check threshold - consider unhealthy if file not touched in 60 seconds
HEALTHCHECK_MAX_AGE_SECONDS = 60.0


class ProcessingErrorMessage(Enum):
"""Fixed set of error messages for artifact processing."""

Expand Down
Loading