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 Feb 22, 2019. It is now read-only.
Add methods which take runAt Date instead of delay or initialDelay
AbstractScheduler base class which would provide basic functionality, e.g. runAt methods would invoke delay methods
Add logic in the scheduler component that if scheduled task returns Long or Date then the task is scheduled again to run at that date/time. It will allow to have scheduling algorithms more flexible than fixed rate and fixed delay.
The text was updated successfully, but these errors were encountered:
Enhance Scheduler:
runAt
Date instead ofdelay
orinitialDelay
The text was updated successfully, but these errors were encountered: