zieren / eltern-emailer

Unofficial email interface for *.eltern-portal.org and schulmanager-online.de.
https://zieren.de/software/eltern-emailer
GNU General Public License v3.0
3 stars 2 forks source link

Monitoring does not catch persistent parsing failure #61

Closed zieren closed 10 months ago

zieren commented 10 months ago

Since we only check the last successful login time, we wouldn't catch e.g. a persistent parsing failure that causes the iteration to be aborted midway.

zieren commented 10 months ago

Also, since we have only one checkIntervalMinutes, it doesn't make sense to allow two separate configurations. A better check would be to update the "last success" timestamp after successfully crawling whatever was configured.