Finish Hotfix-1
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -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"),
|
||||
|
||||
@@ -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 {
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user