Change "task log storage" to become "job-local file storage" #99409
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#99409
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some context: Before the "last-rendered image" feature, the only files saved locally on the Manager were the task logs. This was then expanded to become more of a "job-specific files" location, so that the last-rendered images also could be stored there.
This task:
internal/manager/task_logs
so that it usesinternal/manager/local_storage
to manage the file locations.task_logs_path
to something likelocal_storage_path
, so that it matches the new semantics.Added subscriber: @dr.sybren
Changed status from 'Needs Triage' to: 'Confirmed'
Changed status from 'Confirmed' to: 'Resolved'