ElixirTeSS / TeSS

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

Source testing job is fragile #935

Closed fbacall closed 7 months ago

fbacall commented 9 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 7 months ago

Fixed in #936