This commit is contained in:
Yehor Naumenko 2023-01-05 14:40:54 +01:00 коммит произвёл GitHub
Родитель 7700c2d6c5
Коммит 2c4000a350
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -34,9 +34,9 @@ monitoring from inside the cluster as well as a complementary near-term goal.
* At the moment of writing, the change feed does not log record deletions. It logs
only changes. Deallocated clusters are deleted from the monitoring list only if
they were seen in the `DeletingProvisioningState` by the monitor.
The monitor reads the change feed every 10 seconds, so we should except exclude
cases when `OpenShiftClusterDocuments` have the `DeletingProvisioningState` less
than 10 seconds.
The monitor reads the change feed every 10 seconds, so we should avoid
cases when `OpenShiftClusterDocuments` have the `DeletingProvisioningState` for
less than 10 seconds.
* Each monitor aims to check each cluster it "owns" every 5 minutes; it walks
the local database map and distributes checking over lots of local goroutine
workers.