Details
Assignee
Fiete OstkampFiete OstkampReporter
Fiete OstkampFiete OstkampPriority
Medium
Details
Details
Assignee
Fiete Ostkamp
Fiete OstkampReporter
Fiete Ostkamp
Fiete OstkampPriority
Created August 8, 2024 at 7:21 AM
Updated August 8, 2024 at 7:55 AM
Resolved August 8, 2024 at 7:21 AM
The readiness image currently checks the availability of certain K8S resources in a sequential manner with random intervals of between 5 and 11 seconds per check.
This procedure is taking quite some time if a lot of resources are checked. For instance, for the aai graphadmin-create-db-schema job the checks take between 2 and 3 minutes in total even when all resources are available.
It would be good if
the wait interval could be shortened
checks would be run in parallel