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

Open
opened 2026-03-15 20:24:59 +03:00 by kerem · 1 comment
Owner

Originally created by @abhi9720 on GitHub (Dec 27, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/798

Originally assigned to: @hibiken on GitHub.

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

Originally created by @abhi9720 on GitHub (Dec 27, 2023). Original GitHub issue: https://github.com/hibiken/asynq/issues/798 Originally assigned to: @hibiken on GitHub. **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**
Author
Owner

@gabriel-henriq commented on GitHub (Jan 26, 2024):

This is a very useful feature!

<!-- gh-comment-id:1912268685 --> @gabriel-henriq commented on GitHub (Jan 26, 2024): This is a very useful feature!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#2417
No description provided.