Logs
Range-diff rd-88
- title
- chore(feeds): better error handling for invalid feed files
- description
-
Patch changed - old #1
5d5b1f5- new #1
a6f10fc
1: 5d5b1f5 ! 1: a6f10fc chore(feeds): better error handling for invalid feed files
- message changed
-
-
+ When a user uploads an invalid feed file we do not have any mechanism to notify that user. Further will continue to attempt to run the file through our rss-to-email cron. This commit makes it so we perform validation on the feed files as they are uploaded and refused to save files that we know will eventually fail. Further, we don't want to continuously try files that we know will not succeed so we are pushing those known issues into our retry-then-delete mechanism inside our cron.