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

Minimum delay based on download finish time #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aecio
Copy link
Member

@aecio aecio commented Apr 22, 2019

  • Modified PolitenessScheduler to compute the delay between
    same-domain requests based on the time when the download
    finished
  • Refactoring of FethcedResultHandler to simply notify the
    LinkStorage that the download finished and to delegate data
    processing to other handlers for the appropriate link type
  • Fixed unit and integration tests to consider the new scheduler
    workflow that requires notification when the download was
    finished

Fixes #179.

@aecio aecio changed the title Minimum delay between based on download finished time Minimum delay based on download finished time Apr 24, 2019
@aecio aecio changed the title Minimum delay based on download finished time Minimum delay based on download finish time Apr 24, 2019
- Modified PolitenessScheduler to compute the delay between
same-domain requests based on the time when the download
finished
- Refactoring of FethcedResultHandler to simply notify the
LinkStorage that the download finished and to delegate data
processing to other handlers for the appropriate link type
- Fixed unit and integration tests to consider the new scheduler
workflow that requires notification when the download was
finished

Fixes #179.
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.

Delay between same-domain requests based on time when download was finished
1 participant