Spring Hidden Gems: Spring Cloud Scheduler

Presenters
Date
Aug 21, 2018

One of the features that are offered by cloud providers is scheduling. As such, each cloud provider offers their own implementation as to how this should be done. Spring Cloud Scheduler offers the user the ability to use a common interface to schedule tasks whether they're using Cloud Foundry or Kubernetes. In this lightning talk, we will show you how to create a Spring Boot app to schedule the launching of your apps as well as monitor the execution of the application via Spring Cloud Data Flow.