@Configuration
@EnableScheduling
public class ServiceSchedulingModuleConfig
extends Object
Spring configuration to enable scheduling using the annotation EnableScheduling. This configuration is separate so that the unit tests' configuration
does not use scheduling.