Subversion Repositories SmartDukaan

Rev

Rev 36511 | Rev 36554 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36511 Rev 36545
Line 278... Line 278...
278
            LOGGER.info("Starting Knowlarity Call Monitor manually...");
278
            LOGGER.info("Starting Knowlarity Call Monitor manually...");
279
            knowlarityCallMonitorScheduler.startMonitoring();
279
            knowlarityCallMonitorScheduler.startMonitoring();
280
            LOGGER.info("Knowlarity Call Monitor started. Scheduled tasks will handle health checks and 10 PM stop.");
280
            LOGGER.info("Knowlarity Call Monitor started. Scheduled tasks will handle health checks and 10 PM stop.");
281
            // No sleep needed - Spring scheduler keeps app running and handles 10 PM stop
281
            // No sleep needed - Spring scheduler keeps app running and handles 10 PM stop
282
        }
282
        }
-
 
283
        if (args.containsOption("trackingReport")) {
-
 
284
            runOnceTasks.dailyTrackingReport();
-
 
285
        }
283
        if (args.containsOption("stopKnowlarityMonitor")) {
286
        if (args.containsOption("stopKnowlarityMonitor")) {
284
            LOGGER.info("Stopping Knowlarity Call Monitor...");
287
            LOGGER.info("Stopping Knowlarity Call Monitor...");
285
            knowlarityCallMonitorScheduler.stopMonitoring();
288
            knowlarityCallMonitorScheduler.stopMonitoring();
286
        }
289
        }
287
        // Knowlarity - Request fresh snapshot manually (when status not updating)
290
        // Knowlarity - Request fresh snapshot manually (when status not updating)