[3h]. Implement Statistic module.
Closed this issue · 0 comments
yev-kanivets commented
- Calculate statistic for every day.
- Send an email with gathered statistic once per day.
Statistic is the table with following information for every RSS link:
- number of update requests.
- number of failed update requests.
- number of new articles that were fetched and saved.
- number of new articles that were saved.
Then just add one more line with sums for every column.