Save feed status directly instead of at end of processing
authorMagnus Hagander <magnus@hagander.net>
Wed, 10 Feb 2016 21:09:53 +0000 (22:09 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 10 Feb 2016 21:09:53 +0000 (22:09 +0100)
commitbaefbd4de052774e75c52e7830ba396b4c8b3664
treeb99914ae5faa46b3e35835c76cb31687011a4371
parent06ba3214947a350ff18e5c3473aff6ea8414dc3f
Save feed status directly instead of at end of processing

Since processing can take a long time with slow blogs, store the
date before that happens.

This will prevent from conflicting with the web UI and overwriting
the settings from that one.
hamnadmin/hamnadmin/register/management/commands/aggregate_feeds.py
hamnadmin/hamnadmin/util/aggregate.py