-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add kingfisher collect log warnings with scrapyloganalyzer #385
Conversation
I'm not sure why gunicorn[setproctitle] and yapw[perf] are being removed when running |
It's okay - they should be removed. |
6e307a3
to
9079500
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a commit. Was {scrapy_log.error_rate}
instead of scrapy_log.error_rate
a typo or intentional?
data_registry/models.py
Outdated
"<dt><code>item_dropped_count</code></dt>" | ||
"<dd>The number of items dropped by the crawl</dd>" | ||
"<dt><code>invalid_json_count</code></dt>" | ||
"<dd>The number of invalid JSON files dropped by the crawl</dd>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a JSONL file, I think it will drop only the invalid lines. Need to update migration as well.
"<dd>The number of invalid JSON files dropped by the crawl</dd>" | |
"<dd>The number of invalid JSON items dropped by the crawl</dd>" |
A typo! |
This PR now includes commits from #389 |
…operator. Use tuple instead of list.
cfdddd0
to
311b62b
Compare
I rebased to remove 6ce6c79 and a merge commit. |
ref #29