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
Currently, when a timeout is encountered the cloudflare broker displays a message such "failed, timeout encounted 903s, max is 900". The service instance request (create or delete) remains in the failed state, even if in some cases the provisionning proceeds and eventually successfully completes.
The current workaround is for users to request to delete the failed service instance, wait for successful completion, and create a new service instance. If delete request also fails, human support should be asked for.
Suggested improvements:
The returned message should hint users about this potential workaround
COAB could support a debug-mode=false into which any failure automatically results in automatic unprovisionning (ie COAB desired state removed the TF module). When debug-mode=true is enabled, the failed provisionning is left as-is for operators to troubleshoot and possibly repair (such as in the case of Regression: IAAS_SPEC_PATH is missing in Concourse pipelines cf-ops-automation#151
The text was updated successfully, but these errors were encountered:
Currently, when a timeout is encountered the cloudflare broker displays a message such "failed, timeout encounted 903s, max is 900". The service instance request (create or delete) remains in the failed state, even if in some cases the provisionning proceeds and eventually successfully completes.
The current workaround is for users to request to delete the failed service instance, wait for successful completion, and create a new service instance. If delete request also fails, human support should be asked for.
Suggested improvements:
debug-mode=false
into which any failure automatically results in automatic unprovisionning (ie COAB desired state removed the TF module). Whendebug-mode=true
is enabled, the failed provisionning is left as-is for operators to troubleshoot and possibly repair (such as in the case of Regression: IAAS_SPEC_PATH is missing in Concourse pipelines cf-ops-automation#151The text was updated successfully, but these errors were encountered: