You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some resources such as TaskRun do not expose an ability to perform a retry in the case of the task failing.
Proposed solution
If runnable supported the ability to retry X number of times the execution of a runnable which wraps a TaskRun this would allow for tasks that fail due to networking conditions to be retried.
Given a Runnable wrapping a TaskRun
When the TaskRun fails
Then the runnable should be restamped to retry running the task run again
Description of problem
Some resources such as TaskRun do not expose an ability to perform a retry in the case of the task failing.
Proposed solution
If runnable supported the ability to retry X number of times the execution of a runnable which wraps a TaskRun this would allow for tasks that fail due to networking conditions to be retried.
Example
Additional Context
The text was updated successfully, but these errors were encountered: