I am defining scheduled jobs with cron style patterns in Spring, using the @Scheduled annotation.
@Scheduled
The cron pattern is stored in a config properties file
I know my answer is a hack, but giving a valid cron expression that never executes may fix the issue (in the environment specific configuration), Quartz: Cron expression that will never execute