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

[feat] interval starts from job finished, not job started #125

Open
meglio opened this issue Aug 22, 2021 · 3 comments
Open

[feat] interval starts from job finished, not job started #125

meglio opened this issue Aug 22, 2021 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@meglio
Copy link

meglio commented Aug 22, 2021

Is there a way to make a job re-occur N milliseconds after it finished previous time?

@meglio meglio changed the title Timeout that starts counting after the job has finished Interval that starts counting after the job has finished Aug 22, 2021
@shadowgate15
Copy link
Member

Not directly in the configs. however you could listen for the 'worker deleted' event and then set a timeout for that job to run again.

If you would like to create a pull request for this then we would gladly review it.

@meglio
Copy link
Author

meglio commented Aug 26, 2021

Shell we leave this issue open and convert it into the feature request? Closing the issues will make the idea die until the next time someone needs it and asks again.

@shadowgate15
Copy link
Member

Yes @meglio! Thank you for catching my mistake! 😅

@shadowgate15 shadowgate15 reopened this Aug 26, 2021
@shadowgate15 shadowgate15 changed the title Interval that starts counting after the job has finished [feat] interval starts from job finished, not job started Aug 26, 2021
@shadowgate15 shadowgate15 added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants