equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-scheduler |
2 Name: pyams-scheduler |
3 Version: 0.1.12.1 |
3 Version: 0.1.13 |
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 |
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 |
61 History |
62 ======= |
62 ======= |
|
63 |
|
64 0.1.13 |
|
65 ------ |
|
66 - added marker interface for scheduler process |
|
67 - updated base task thread class to be able to get settings from a Task object |
|
68 - set local registry before checking request when running task |
|
69 - added Task "principal_id" attribute, to be able to define a custom principal when running task |
63 |
70 |
64 0.1.12.1 |
71 0.1.12.1 |
65 -------- |
72 -------- |
66 - updated translations |
73 - updated translations |
67 |
74 |