Skip to content

Minimum delay based on download finish time - #180

Open
aecio wants to merge 1 commit into
masterfrom
min-delay-after-download
Open

Minimum delay based on download finish time#180
aecio wants to merge 1 commit into
masterfrom
min-delay-after-download

Conversation

@aecio

@aecio aecio commented Apr 22, 2019

Copy link
Copy Markdown
Member
  • 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
@aecio
aecio force-pushed the min-delay-after-download branch from ede43cb to 18c18d2 Compare January 18, 2020 18:40
- 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