Disable sling schedule on author
Hi,
Would like to disabled sling scheduler on author instance. We have unchecked the check box but still its running. How to disabled on author.
Below is code for configuration.
@Component(immediate = true, label = "Aadhaar Seeding Schedular for IndisInd Bank", description = "Aadhaar Seeding Schedular for IndisInd Bank", metatype = true)
@Service(value = Runnable.class)
@Properties({
@Property(name = Constants.SERVICE_DESCRIPTION, value = "Aadhaar Seeding for IndisInd"),
@Property(name = Constants.SERVICE_VENDOR, value = "Indigo"),
@Property(label = "Active/Inactive : ", name = "scheduler.concurrent", boolValue = false),
@Property(label = "Schedular Time : ", name = "scheduler.expression", value = "0 0 9 * * ?", description = "Scheduler Cron Expression. Follow the link http://www.docjar.com/docs/api/org/quartz/CronExpression.html for more details.") })