You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring provides a simple way to schedule async Jobs by using the @Scheduled annotation. This should work with Dapr if the user annotates its app with @EnableScheduling, when the user adds the Dapr Spring Boot Starter dependency.
This proposal depends on having the Job APIs available in the SDK. #1101
The text was updated successfully, but these errors were encountered:
Describe the proposal
Spring provides a simple way to schedule async Jobs by using the
@Scheduled
annotation. This should work with Dapr if the user annotates its app with@EnableScheduling,
when the user adds the Dapr Spring Boot Starter dependency.This proposal depends on having the Job APIs available in the SDK. #1101
The text was updated successfully, but these errors were encountered: