ignoreRevCheck, _ := testhooks.Get(e.testHooks, testhooks.MatchingIgnoreRoutingConfigRevisionCheck, namespace.ID(req.NamespaceId))
if ignoreRevCheck || rc.GetRevisionNumber() > tqWorkerDeploymentData.GetRoutingConfig().GetRevisionNumber() {
// Update routing config when newer or equal revision is provided
tqWorkerDeploymentData.RoutingConfig = rc
applyUpdatesToRoutingConfig = true
}
if tqWorkerDeploymentData.Versions == nil {