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
{{ message }}
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.
Create a Framework for the TaskScheduler using annotations to describe interval schedules and time triggered schedules. The annotated time triggered schedules can be activated using the api of the TaskScheduler. The interval schedules are scheduled automatically with the start of the Application.
This Framework ensures that Service references MUST NOT be passed to the TaskScheduler to have access to them in the scheduled runnable.
This is currently the case!
Deprecate the current programmatic TaskScheduler api.
The text was updated successfully, but these errors were encountered:
Create a Framework for the TaskScheduler using annotations to describe interval schedules and time triggered schedules. The annotated time triggered schedules can be activated using the api of the TaskScheduler. The interval schedules are scheduled automatically with the start of the Application.
This Framework ensures that Service references MUST NOT be passed to the TaskScheduler to have access to them in the scheduled runnable.
This is currently the case!
Deprecate the current programmatic TaskScheduler api.
The text was updated successfully, but these errors were encountered: