If a new checkable has been created, we do 2 things:
Insert state (Pending) into redis -> Synced by initial config sync
Schedule first check and insert result into redis -> Synced by continuous state sync
If the first check result gets synced by IcingaDB right before the initial pending state gets synced, the first check result gets overwritten (race condition).
If a new checkable has been created, we do 2 things:
If the first check result gets synced by IcingaDB right before the initial pending state gets synced, the first check result gets overwritten (race condition).