Worker: add filesystem readability/writability check #99412
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#99412
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?
In short: A worker that cannot read or write to the file locations it needs to do a task, should not attempt to execute that task.
This can be resolved in a few different ways. Flamenco v2 used a simple read/write filesystem check that was confgured globally for all workers, but this could also be done on a per-task or per-task-type basis.
Changed status from 'Needs Triage' to: 'Confirmed'
Added subscriber: @dr.sybren