Soft-failed tasks are not retried when expected #61647
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#61647
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 a progressive render, some first sample-chunk tasks soft-fail. They are not retried before the sample-merge task, which seems to be skipped in favor of more sample-chunk tasks. The expected behavior would be that soft-failed task are retried before moving to subsequent sample-chunks.
This could be more easily explained with a simple diagram - can make one for reference if needed.
Added subscriber: @fsiddi
Changed status from 'Open' to: 'Resolved'
In e47780a63378e6aa664ba69566323a6396b798eb I changed the Manager so that soft-failed tasks are treated similarly to queued tasks. They are now retried by other workers as you'd expect.