You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the metadata update fails due to metadata value being empty the ingest of remaining ads in the chain is halted since such error codes are not skipped over.
Ideally, the indexer should detect that the error is caused by invalid metadata and gracefully skip over the ad allowing the ingest to continue.
If an ad has no entries and no metadata, then it used only to update provider addresses and is not an error.
If an ad has entries but no metadata, then an error is logged an the ad is skipped.
Fixes#1148
* Skip advertisements that have no metadata
If an ad has no entries and no metadata, then it used only to update provider addresses and is not an error.
If an ad has entries but no metadata, then an error is logged an the ad is skipped.
Fixes#1148
If the metadata update fails due to metadata value being empty the ingest of remaining ads in the chain is halted since such error codes are not skipped over.
Ideally, the indexer should detect that the error is caused by invalid metadata and gracefully skip over the ad allowing the ingest to continue.
Cc @dirkmc
The text was updated successfully, but these errors were encountered: