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
Right now, it appears invalid podcast import data just completely errors the Shoryuken job (which then keeps getting retried, setting off queue-oldest-message alarms). For instance:
Error performing PodcastImportJob
Validation failed: Podcast link Not a valid URL
We should:
Rescue the error in the podcast import job, and set the status to error (not entirely clear why this isn't already happening)
Rescue validation errors, record them in some field on the PodcastImport record, set their attributes to nil, and save
Maybe also do that on episode imports
The text was updated successfully, but these errors were encountered:
Right now, it appears invalid podcast import data just completely errors the Shoryuken job (which then keeps getting retried, setting off queue-oldest-message alarms). For instance:
We should:
The text was updated successfully, but these errors were encountered: