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
I see that sundial creates a new instance of scheduled object on every run. Can we avoid it and use the java timer like design. You create the object once and invokes the doRun() method on every schedule.
The text was updated successfully, but these errors were encountered:
I see that sundial creates a new instance of scheduled object on every run. Can we avoid it and use the java timer like design. You create the object once and invokes the doRun() method on every schedule.
The text was updated successfully, but these errors were encountered: