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

Serialize Redis pending pages as JSON objects #212

Merged
merged 2 commits into from
Jan 24, 2023
Merged

Conversation

tw4l
Copy link
Member

@tw4l tw4l commented Jan 23, 2023

Fixes #209

Commit a767721 fixed the main issue here by outputting pending pages as JSON objects to the logger. This PR follows up on that to apply the same logic to RedisCrawlState.serialize() (and adds a missing redis://prefix to the redis URL passed in theredis_crawl_state` test).

@tw4l tw4l requested a review from ikreymer January 23, 2023 23:04
@ikreymer ikreymer merged commit c0b0d5b into main Jan 24, 2023
@ikreymer ikreymer deleted the pending-list-logging branch March 21, 2023 22:51
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.

Modify Redis pending state serialization to store as object
2 participants