equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-scheduler |
2 Name: pyams-scheduler |
3 Version: 0.1.1 |
3 Version: 0.1.2 |
4 Summary: PyAMS tasks scheduler |
4 Summary: PyAMS tasks scheduler |
5 Home-page: http://hg.ztfy.org/pyams/pyams_scheduler |
5 Home-page: http://hg.ztfy.org/pyams/pyams_scheduler |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
56 |
56 |
57 Each task as a set of common properties which are used to name the task, define the scheduling mode and reports |
57 Each task as a set of common properties which are used to name the task, define the scheduling mode and reports |
58 management and activate and schedule the task, as well as settings specific to the given task. |
58 management and activate and schedule the task, as well as settings specific to the given task. |
59 |
59 |
60 |
60 |
|
61 History |
|
62 ======= |
|
63 |
|
64 0.1.2 |
|
65 ----- |
|
66 - check upgrade mode on application startup before starting scheduler process |
|
67 - add status code to scheduler messages handler |
|
68 - use 'pyams_zmq' package utility functions for sockets to handle connection timeout |
|
69 |
|
70 0.1.1 |
|
71 ----- |
|
72 - changed ØMQ error handling |
|
73 |
|
74 0.1.0 |
|
75 ----- |
|
76 - initial release |
61 |
77 |
62 Keywords: Pyramid PyAMS scheduler |
78 Keywords: Pyramid PyAMS scheduler |
63 Platform: UNKNOWN |
79 Platform: UNKNOWN |
64 Classifier: License :: OSI Approved :: Zope Public License |
80 Classifier: License :: OSI Approved :: Zope Public License |
65 Classifier: Development Status :: 4 - Beta |
81 Classifier: Development Status :: 4 - Beta |