Merge remote-tracking branch 'upstream/develop/3.5' into newMessageTypes

This commit is contained in:
dashevchenko 2023-04-20 10:17:00 +03:00
commit 0d5ebf4000

View File

@ -96,6 +96,7 @@ public class TenantActor extends RuleChainManagerActor {
log.info("[{}] Skip init of the rule chains due to API limits", tenantId);
}
} catch (Exception e) {
log.info("Failed to check ApiUsage \"ReExecEnabled\"!!!", e);
cantFindTenant = true;
}
}