Replies: 1 comment
-
|
Hi @drws , Sorry for the delay. These are all great questions, and will update the help documents based on them.
It runs the data ingestion part of the job as specified and flags, using text, any error that would take place during execution, even if suppressed, plus any jobs that produces no output. Note that It is a maintenance tool to detect situations that one may not be aware of, typically driven by undetected changes in the source. The user may have missed the alert when all the content went away or is applying filters to the diff.
Yes, but
If everything is set up 100% correctly, and you catch the notification that all of your content has disappeared (because, e.g., a web page was redesigned and your xpath/css filter now returns nothing), then no, there's no need. Personally, and for my use, I find it a maintenance tool, not just for debugging, and run
Great feedback. Indeed, it's only warning about jobs returning no data after filtering, as that may be a valid response.
I can't think of instances where the source stops sending data (without also throwing a 500 or similar HTTP error) all of a sudden; IME most issues derive from changes in the data source that causes filters to delete all the data. So while this change makes sense, probably not high on the list.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First, a few questions about
--errors:--errorsshow errors, suppressed byssl_no_verify/ignore_*/empty-diff/additions_only/deletions_onlydirectives, possibly as warnings?--errorslogic and functionality also incorporated in a normal run? Are there any job-related errors that aren't reported through reporters?--errorsfor maintenance? Is--errorsmode meant only for debugging?--errorsalso produces a somewhat cryptic message:Jobs "returning no data after filtering" are not necessarily errors, they might be valid responses. Is this a bug in
--errors?What webchanges should possibly do is to warn about jobs that successfully fetch empty data and also warn about ones whose data gets emptied during filtering. These would be helpful warnings for normal and
--errorsmodes, and could also be included in reports. Only the jobs that unsuccessfully return no/partial data have true show-stopping errors.Also a somewhat related question, it is unclear in the documentation how exactly
additions_onlyreplaces semi-deprecatedempty-diff? It seems both have their own purpose with only a partial overlap.Beta Was this translation helpful? Give feedback.
All reactions