better lifecycle visibility implementation.
This commit is contained in:
@@ -11,7 +11,8 @@ from app.models.base import Base, TimestampMixin, format_datetime
|
||||
|
||||
class DownloadStatus:
|
||||
"""Download status constants."""
|
||||
PENDING = "pending"
|
||||
QUEUED = "queued"
|
||||
PENDING = "pending" # Legacy: used by retry flow
|
||||
RUNNING = "running"
|
||||
COMPLETED = "completed"
|
||||
FAILED = "failed"
|
||||
|
||||
Reference in New Issue
Block a user