Finish Hotfix-1
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-03-10 17:43:12 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ public enum IntegryCustomerDB {
Tosca_Vr("tosca_vr"),
Tosca_Rg("tosca_rg"),
Tosca_Fc("tosca_fc"),
Tosca_Cloud("tosca_cloud"),
Tosca_Cloud("tosca-primary-db"),
TwoBrothers_TwoBrothers("twobrothers"),

View File

@@ -4,7 +4,7 @@ import it.integry.ems.migration._base.BaseMigration;
import it.integry.ems.migration._base.IntegryCustomerDB;
import it.integry.ems.migration._base.MigrationModelInterface;
public class Migration_20250310160834 extends BaseMigration implements MigrationModelInterface {
public class Migration_20250310160835 extends BaseMigration implements MigrationModelInterface {
@Override
public void up() throws Exception {

View File

@@ -51,10 +51,10 @@ public class AsyncManager {
@PostContextConstruct
public void init() {
// if ((!UtilityDebug.isDebugExecution() && !UtilityDebug.isIntegryServer())) {
if ((!UtilityDebug.isDebugExecution() && !UtilityDebug.isIntegryServer())) {
looperService.add(this::internalCachePublicationsSetup, 5 * 60 * 1000, "sync-setup-cache");
looperService.add(this::consumeToBeSavedQueue, 20 * 1000, "sync-flush-data");
// }
}
}
private void internalCachePublicationsSetup() {