-
Couldn't load subscription status.
- Fork 20
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/low
Description
When Rufio times out a task it returns an error from the reconciliation request resulting in an unnecessary requeue.
Instead, we expect the controller to patch the status, log the error and return nothing preventing the requeue.
This isn't hugely impactful as the controller identifies the task as failed and noops on the subsequent reconciliation.
See https://github.com/tinkerbell/rufio/blob/main/controllers/task_controller.go#L133
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/low