Added a TODO: Failure handling.
authorBjoern Sikora <bjoern.sikora@intra2net.com>
Wed, 13 Oct 2010 13:18:59 +0000 (15:18 +0200)
committerBjoern Sikora <bjoern.sikora@intra2net.com>
Wed, 13 Oct 2010 13:18:59 +0000 (15:18 +0200)
docs/TODO

index 70f3d74..b4dcbdf 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -3,3 +3,7 @@
 - Configurable user-agent with version string placeholder (%V?)
 
 - HTTP proxy authentication
+
+- Improve dealing with problems when update for particular service fails (static failure (Auth data) / temporary failure (DNS) )
+       -> static failure: e.g. disable service.
+       -> temporary failure: e.g. increase timeout for that service.