Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - run next job with delay after previous job finish #674

Closed
kuchaguangjie opened this issue Feb 9, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@kuchaguangjie
Copy link

Every(30).Seconds() run every 30s. The 30s count from start of previous job, I think.

But the job might take a long time sometimes, I want the 30s be end of previous job, not start of previous job.
Means if previous job takes 35s, then the next job will start 30s after it finish, so that they won't overlap.

Is there a method for that? Or, is there some existing tool to achieve the goal ?

@kuchaguangjie kuchaguangjie added the enhancement New feature or request label Feb 9, 2024
@JohnRoesler
Copy link
Contributor

Duplicate of #565

@JohnRoesler JohnRoesler marked this as a duplicate of #565 Feb 12, 2024
@JohnRoesler JohnRoesler closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants