devfile / devworkspace-operator

Apache License 2.0
67 stars 55 forks source link

Queue workspace for reconcile if workspace health check encounters an error #1325

Closed AObuchow closed 1 month ago

AObuchow commented 1 month ago

Currently, if an error occurs while performing the workspace health check (e.g. a timeout error) then the workspace will no longer be reconciled. In certain environments, there can be a delay during the health check, causing the timeout period to pass, and preventing the workspace from starting up (as it will no longer be reconciled).

Instead, we should requeue workspaces when their health check encounters an error to allow the workspace to start up.