Merge pull request #8392 from YevhenBondarenko/develop/3.5

added log to TenantActor for investigation
This commit is contained in:
Andrew Shvayka 2023-04-19 15:43:05 +03:00 committed by GitHub
commit c5845930d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}
}