diff -r b1a1ccc1fa26 -r a94173c4f60f src/pyams_scheduler.egg-info/PKG-INFO --- a/src/pyams_scheduler.egg-info/PKG-INFO Thu Oct 08 11:31:03 2015 +0200 +++ b/src/pyams_scheduler.egg-info/PKG-INFO Thu Oct 08 11:32:06 2015 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-scheduler -Version: 0.1.1 +Version: 0.1.2 Summary: PyAMS tasks scheduler Home-page: http://hg.ztfy.org/pyams/pyams_scheduler Author: Thierry Florac @@ -58,6 +58,22 @@ management and activate and schedule the task, as well as settings specific to the given task. + History + ======= + + 0.1.2 + ----- + - check upgrade mode on application startup before starting scheduler process + - add status code to scheduler messages handler + - use 'pyams_zmq' package utility functions for sockets to handle connection timeout + + 0.1.1 + ----- + - changed ØMQ error handling + + 0.1.0 + ----- + - initial release Keywords: Pyramid PyAMS scheduler Platform: UNKNOWN