hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
10k stars 714 forks source link

[FEATURE REQUEST] Can be persistent with Scheduler/Perodic job, just like we have with task #798

Open abhi9720 opened 10 months ago

abhi9720 commented 10 months ago

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

gabriel-henriq commented 9 months ago

This is a very useful feature!