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

Implement content fetching #30

Open
AMDmi3 opened this issue Mar 17, 2021 · 0 comments
Open

Implement content fetching #30

AMDmi3 opened this issue Mar 17, 2021 · 0 comments

Comments

@AMDmi3
Copy link
Member

AMDmi3 commented Mar 17, 2021

For some urls (e.g. build logs) we want to fetch content. For that we need to store a flag in the database that the content is needed (either as another bool column or link type mask), pass the context with this flag through the processors and respect it in http processor by issuing a get request and storing the content in the database,

Additionally, we need to store etag in the database as well to avoid refetching the same content multiple times.

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

No branches or pull requests

1 participant