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

ENH: Implement a more dynamic delay. #42

Closed
tobiasraabe opened this issue May 5, 2022 · 0 comments · Fixed by #46
Closed

ENH: Implement a more dynamic delay. #42

tobiasraabe opened this issue May 5, 2022 · 0 comments · Fixed by #46
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tobiasraabe
Copy link
Member

  • Add it to the readme.
  • Maybe decrease the default value since going (not executing) 1200 tasks with 4 workers will take at least 1200 / 4 * 0.1 = 30s just due to the delay.
  • Maybe increase sleep time slowly until 1s when no new tasks is scheduled and one is waiting on the running tasks. Drop to the default if another task was scheduled.
@tobiasraabe tobiasraabe changed the title ENH: Document how delay can be configured. ENH: Implement a more dynamic delay. May 5, 2022
@tobiasraabe tobiasraabe added enhancement New feature or request good first issue Good for newcomers labels May 5, 2022
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant