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

Delay should be applied only once for an entry #1973

Closed
fabricereix opened this issue Sep 28, 2023 · 1 comment · Fixed by #2932
Closed

Delay should be applied only once for an entry #1973

fabricereix opened this issue Sep 28, 2023 · 1 comment · Fixed by #2932
Labels
enhancement New feature or request
Milestone

Comments

@fabricereix
Copy link
Collaborator

For each entry, the request can be retried several times.
Currently the delay is applied before each request.
It should only be applied once before the first request.

Update doc from
--delay <MILLISECONDS> | Sets delay before each request
to
--delay <MILLISECONDS> | Sets delay before each entry

The delay before each retried request is set with the --retry-interval option.

@fabricereix fabricereix added the enhancement New feature or request label Sep 28, 2023
@jcamiel
Copy link
Collaborator

jcamiel commented Sep 28, 2023

Entry is maybe not very clear. Maybe we can be more explicit and refer retry ?

--delay <MILLISECONDS> | Sets delay before each request. The delay is not applied to retried request with --retry. See --retry-interval to space retried request.

@jcamiel jcamiel added this to the 4.2.0 milestone Oct 17, 2023
@jcamiel jcamiel modified the milestones: 4.2.0, 4.3.0 Jan 10, 2024
@jcamiel jcamiel modified the milestones: 4.3.0, 5.0.0 Apr 17, 2024
@jcamiel jcamiel linked a pull request Jun 18, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants