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

[Scheduler] Configure the delay #321

Closed
realitix opened this issue Apr 30, 2024 · 1 comment
Closed

[Scheduler] Configure the delay #321

realitix opened this issue Apr 30, 2024 · 1 comment

Comments

@realitix
Copy link

Hello,
Currently, the scheduler is run every minutes. If I want to delay by seconds, it wil wait the next minute (in my usecase it's not what I want). I saw your solution to use a custom delay but it will not fit my need.
Could you add the possibility to configure the delay manually. The default would be 60 seconds like now, but you could lower it.

What do you think ?
Thanks

@realitix
Copy link
Author

realitix commented Sep 4, 2024

I needed this to avoid too much tasks running in parallel. The best solution to solve this is ton configure the worker with max-async-task so I don't need it anymore.

@realitix realitix closed this as completed Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant