Stream::for_each terminated the stream upon the first error. This was causing feeds to not update if any one returned a non-200ish result. To work around this, we create a succesfull result for every entry regardless at the end. While we are at it, aslo switch from FuturesOrdered stream to FuturesUnordered. There is no reason to use Ordered, this was a typo initially. |
||
|---|---|---|
| .. | ||
| migrations | ||
| src | ||
| tests/feeds | ||
| Cargo.toml | ||
| diesel.toml | ||