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

use new param to specify first wait period #192

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jkklapp
Copy link

@jkklapp jkklapp commented Apr 5, 2021

Closes #115

The requested feature specifically asked to overload the wait_first parameter but I can argue this to be an anti-pattern. Having a new parameter called wait_first_seconds seems intuitively enough for this use case and avoids having to type the parameter as

wait_first: Union[bool, float] = ...

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

Successfully merging this pull request may close these issues.

[FEATURE] Adjust task delay duration before first call
1 participant