Users might be interested to understand scheduled task behaviors when the Cloud_controllers are down.
We have two scenarios as follows:
[APP/TASK/SOME-GUID-1-|-SOME-GUID-2/0] OUT Exit status 0
[CELL/0] OUT Cell SOME-SHA stopping instance SOME-INSTANCE-GUID
[CELL/0] OUT Cell SOME-SHA destroying container for instance SOME-INSTANCE-GUID
[CELL/0] OUT Cell SOME-SHA successfully destroyed container for instance SOME-INSTANCE-GUID$ cf curl "/v3/tasks?states=FAILED&per_page=100&order_by=created_at" | jq -r '.resources[] | select(.name | startswith("SOME-GUID-1")) | .guid, .created_at, .result.failure_reason + "\n"'
SOME-INSTANCE-GUID
Unable to determine completion statusPlease contact Tanzu support team is you need any further information or have any additional questions.