Is your feature request related to a problem? Please describe.
Suppose if some how client crash and my periodic job is registered which run in every 2 hr, now suppose 1 hr passed and client crash, and when client up, scheduler will start again with 2 hr timer
But i want, it should start from where it left
Describe the solution you'd like
We can be persistent with timer of periodic jobs, recover things from where it left
Is your feature request related to a problem? Please describe. Suppose if some how client crash and my periodic job is registered which run in every 2 hr, now suppose 1 hr passed and client crash, and when client up, scheduler will start again with 2 hr timer But i want, it should start from where it left
Describe the solution you'd like We can be persistent with timer of periodic jobs, recover things from where it left
Describe alternatives you've considered
Additional context