Subversion Repositories SmartDukaan

Rev

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

Rev 37510 Rev 37567
Line 1005... Line 1005...
1005
 
1005
 
1006
            if (args.containsOption("pushDataToSolr")) {
1006
            if (args.containsOption("pushDataToSolr")) {
1007
                listing.pushDataToSolr();
1007
                listing.pushDataToSolr();
1008
            }
1008
            }
1009
 
1009
 
-
 
1010
            // Manual run of the daily 05:30 delist. Honours the same
-
 
1011
            // catalog.autoDelist.enabled flag as the scheduled path.
-
 
1012
            if (args.containsOption("delistDeadListings")) {
-
 
1013
                listing.scheduledDelistDeadListings();
-
 
1014
            }
-
 
1015
 
1010
            if (args.containsOption("testGstPro")) {
1016
            if (args.containsOption("testGstPro")) {
1011
                System.out.println("TestGstProc called");
1017
                System.out.println("TestGstProc called");
1012
                try {
1018
                try {
1013
                    runOnceTasks.updateIrnsToInvoices();
1019
                    runOnceTasks.updateIrnsToInvoices();
1014
                } catch (Exception e) {
1020
                } catch (Exception e) {