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
Deployemnt all microservices instance at the same time by using a ram-vx.y.z-env tag does not guarentee in which order the instances are deployed (each deployment is designed to be idempotent
setfeed deployments ussualy complete in 1min30sec while deployment based on cloud functions complete in 4min30sec
This lead to activate the real time tirggers while publish2fs cache as not yet been deplyed
the monitor instance are triggered by the realtime flows, as the cache is empty each execution fallback on querying resource manager to resolve org / folders / projects ids into displayNames
resources manager quotas it far smaller than the rate of real time changes on many existing org. leading to continuously exhaust resource manager quotas
the remaining deployment then all fail as each deployment nead a couple of query to resource manager to check iam bindigns.
leading to a dead lock.
Workarround
delete the CAI feeds,
relaunch all deployments but setfeeds
Trigger manually dumpinventory for Orgs, Folders, Projetcs, wait for the firestore cahce to be populated
Deploy setfeeed as the last microservice.
Fix
remove the fall back mechanism to query resource manager when the data is not found in cache, avoid so the dead lock to occur
Simplify the install doc accordingly
The text was updated successfully, but these errors were encountered:
Error
Workarround
Fix
The text was updated successfully, but these errors were encountered: