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

Apply delay settings immediately at the start of a job #515

Open
JustAnotherArchivist opened this issue Jul 10, 2021 · 0 comments
Open

Apply delay settings immediately at the start of a job #515

JustAnotherArchivist opened this issue Jul 10, 2021 · 0 comments

Comments

@JustAnotherArchivist
Copy link
Contributor

As I understand it, jobs are currently started without concurrency or delay settings, and those are later set by the settings monitor. This means that a job always starts at 1 concurrency and 0 delay. This may be a problem when targets have heavy rate limiting and even just two or three requests in a short time trigger that.

While setting the concurrency via the command line is broken (ArchiveTeam/wpull#339), delays are fine (--wait), so the pipeline should use that. However, the command line options do not allow for specifying a custom range of delays, so the average of delay_min and delay_max should be used there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant