ElixirTeSS / TeSS

Training e-Support Service using Ruby on Rails.
Other
12 stars 12 forks source link

Source testing job is fragile #935

Closed fbacall closed 5 months ago

fbacall commented 6 months ago

The entire job can error out if there is an RDF parsing error on one of the pages it crawls, e.g. because the JSON-LD was invalid.

It should catch such exceptions.

Need to check if this happens when it runs for real.

fbacall commented 5 months ago

Fixed in #936