Soft-failed tasks are not retried when expected #61647

Closed
opened 2019-02-17 22:43:31 +01:00 by Francesco Siddi · 3 comments

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.

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.
Sybren A. Stüvel was assigned by Francesco Siddi 2019-02-17 22:43:31 +01:00
Author
Owner

Added subscriber: @fsiddi

Added subscriber: @fsiddi

Changed status from 'Open' to: 'Resolved'

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.

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.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/flamenco#61647
No description provided.