pyams-scheduler


Namepyams-scheduler JSON
Version 2.4.7 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS tasks scheduler
upload_time2024-04-04 08:19:32
maintainerNone
docs_urlNone
authorThierry Florac
requires_pythonNone
licenseZPL
keywords pyramid pyams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================
PyAMS scheduler package
=======================

.. contents::


What is PyAMS?
==============

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.

**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.

All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code
is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.


What is PyAMS scheduler?
========================

PyAMS_scheduler is an extension package for PyAMS which can be used to handle tasks scheduling.
The kind of tasks that can be scheduled are local commands, remote commands started through
SSH, HTTP or HTTPS remote services, REST APIs, SQL commands, files transfers, or custom
commands that can be provided by special extension packages; you can also create pipelines,
where the output of a command can be used as input for the next command.

The tasks definition is stored into the ZODB, as well as the execution history of each task.

The package relies on ZeroMQ for process synchronisation, and APScheduler for tasks scheduling.


Changelog
=========

2.4.7
-----
 - avoid exception after task execution when chat is disabled

2.4.6
-----
 - added source task as chat message user attribute to correctly get message targets

2.4.5
-----
 - updated ZMI menus and views permissions for guests better access

2.4.4
-----
 - updated REST API caller task exceptions handler
 - updated ZMI permissions

2.4.3
-----
 - moved PyAMS_utils finder helper to new module

2.4.2
-----
 - updated clone column hint
 - added warning message in folder clone form

2.4.1
-----
 - updated history item path in notifications

2.4.0
-----
 - added folder properties edit form
 - refactored task getters
 - updated folder clone form to correctly handle folders with inner folders and tasks

2.3.0
-----
 - added task container interface, and task folder component

2.2.0
-----
 - added property to REST API caller task to set a custom SSL CA bundle

2.1.0
-----
 - added support for modal targets to notifications
 - updated task label in tasks table view

2.0.1
-----
 - updated modal forms title

2.0.0
-----
 - upgraded to Pyramid 2.0

1.11.0
------
 - added support for API keys authentication in REST tasks
 - added support for custom HTTP headers in REST tasks

1.10.2
------
 - added check for broken tasks on application start
 - added support for scheduler configuration from Pyramid settings file
 - added support for Python 3.11

1.10.1
------
 - added content-type property to REST service client task

1.10.0
------
 - allow usage of dynamic text formatters into scheduler HTTP client tasks

1.9.1
-----
 - use new PyAMS_security constant

1.9.0
-----
 - added new status to be used on task execution failure
 - added new task status class mapping

1.8.0
-----
 - added exception class to handle task execution errors
 - updated notification status on task execution error

1.7.1
-----
 - updated JWT tokens handler in REST API client task

1.7.0
-----
 - added properties to REST API client task to set login and password attributes of
   JWT authentication service

1.6.7
-----
 - updated Gitlab-CI for Python 3.10

1.6.6
-----
 - added support for Python 3.10
 - PyAMS_security interfaces refactoring
 - use new ZMI attribute switcher column in task notifications

1.6.5
-----
 - check job next run time when getting list of scheduled jobs
 - added ping message handler to check process communication

1.6.4
-----
 - use constants to define tasks schedule modes
 - use new generic ZMI columns classes in notifications management view

1.6.3
-----
 - translation update

1.6.2
-----
 - updated new request base URL when running a task to be able to generate correct
   absolute URLs

1.6.1
-----
 - added check for correct host configuration before sending notifications

1.6.0
-----
 - added support for *PyAMS_chat* package to send notifications after task execution

1.5.0
-----
 - replaced after-commit hooks with new PyAMS_utils transaction manager
 - added option to display scheduler access menu in site home

1.4.3
-----
 - updated history item view form CSS class

1.4.2
-----
 - version mismatch

1.4.1
-----
 - added return link to site utilities view from scheduler tasks view

1.4.0
-----
 - added scheduler label adapter
 - updated add and edit forms title
 - updated package include scan

1.3.3
-----
 - updated menus order in management interface
 - replace ITableElementName interface with IObjectLabel

1.3.2
-----
 - reset task internal ID after cloning
 - corrected check on request registry when removing task

1.3.1
-----
 - added and updated task add and edit forms AJAX renderer
 - Pylint updates

1.3.0
-----
 - updated tasks notifications management, to be able to add new notifications modes
   easily
 - moved all task related interfaces to pyams_scheduler.interfaces.task module

1.2.1
-----
 - corrected timezone error in task history check
 - added missing "context" argument to permission check
 - small updates in tasks management forms

1.2.0
-----
 - removed support for Python < 3.7
 - updated synchronizer exceptions
 - updated FTP synchronizer handler

1.1.1
-----
 - updated scheduler generations updater order

1.1.0
-----
 - added task copy hook
 - added action to duplicate an existing task

1.0.1
-----
 - updated Gitlab-CI configuration
 - removed Travis-CI configuration

1.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-scheduler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Pyramid PyAMS",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/e8/3b/46fef544757eeabc5e172aa8fc37fff983358e848f8abc7051577fda26fd/pyams_scheduler-2.4.7.tar.gz",
    "platform": null,
    "description": "=======================\nPyAMS scheduler package\n=======================\n\n.. contents::\n\n\nWhat is PyAMS?\n==============\n\nPyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications\nand content management with the Pyramid framework.\n\n**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,\nsee PyAMS_content package), but many features are generic and can be used inside any kind of web\napplication.\n\nAll PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code\nis available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github\n<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.\n\n\nWhat is PyAMS scheduler?\n========================\n\nPyAMS_scheduler is an extension package for PyAMS which can be used to handle tasks scheduling.\nThe kind of tasks that can be scheduled are local commands, remote commands started through\nSSH, HTTP or HTTPS remote services, REST APIs, SQL commands, files transfers, or custom\ncommands that can be provided by special extension packages; you can also create pipelines,\nwhere the output of a command can be used as input for the next command.\n\nThe tasks definition is stored into the ZODB, as well as the execution history of each task.\n\nThe package relies on ZeroMQ for process synchronisation, and APScheduler for tasks scheduling.\n\n\nChangelog\n=========\n\n2.4.7\n-----\n - avoid exception after task execution when chat is disabled\n\n2.4.6\n-----\n - added source task as chat message user attribute to correctly get message targets\n\n2.4.5\n-----\n - updated ZMI menus and views permissions for guests better access\n\n2.4.4\n-----\n - updated REST API caller task exceptions handler\n - updated ZMI permissions\n\n2.4.3\n-----\n - moved PyAMS_utils finder helper to new module\n\n2.4.2\n-----\n - updated clone column hint\n - added warning message in folder clone form\n\n2.4.1\n-----\n - updated history item path in notifications\n\n2.4.0\n-----\n - added folder properties edit form\n - refactored task getters\n - updated folder clone form to correctly handle folders with inner folders and tasks\n\n2.3.0\n-----\n - added task container interface, and task folder component\n\n2.2.0\n-----\n - added property to REST API caller task to set a custom SSL CA bundle\n\n2.1.0\n-----\n - added support for modal targets to notifications\n - updated task label in tasks table view\n\n2.0.1\n-----\n - updated modal forms title\n\n2.0.0\n-----\n - upgraded to Pyramid 2.0\n\n1.11.0\n------\n - added support for API keys authentication in REST tasks\n - added support for custom HTTP headers in REST tasks\n\n1.10.2\n------\n - added check for broken tasks on application start\n - added support for scheduler configuration from Pyramid settings file\n - added support for Python 3.11\n\n1.10.1\n------\n - added content-type property to REST service client task\n\n1.10.0\n------\n - allow usage of dynamic text formatters into scheduler HTTP client tasks\n\n1.9.1\n-----\n - use new PyAMS_security constant\n\n1.9.0\n-----\n - added new status to be used on task execution failure\n - added new task status class mapping\n\n1.8.0\n-----\n - added exception class to handle task execution errors\n - updated notification status on task execution error\n\n1.7.1\n-----\n - updated JWT tokens handler in REST API client task\n\n1.7.0\n-----\n - added properties to REST API client task to set login and password attributes of\n   JWT authentication service\n\n1.6.7\n-----\n - updated Gitlab-CI for Python 3.10\n\n1.6.6\n-----\n - added support for Python 3.10\n - PyAMS_security interfaces refactoring\n - use new ZMI attribute switcher column in task notifications\n\n1.6.5\n-----\n - check job next run time when getting list of scheduled jobs\n - added ping message handler to check process communication\n\n1.6.4\n-----\n - use constants to define tasks schedule modes\n - use new generic ZMI columns classes in notifications management view\n\n1.6.3\n-----\n - translation update\n\n1.6.2\n-----\n - updated new request base URL when running a task to be able to generate correct\n   absolute URLs\n\n1.6.1\n-----\n - added check for correct host configuration before sending notifications\n\n1.6.0\n-----\n - added support for *PyAMS_chat* package to send notifications after task execution\n\n1.5.0\n-----\n - replaced after-commit hooks with new PyAMS_utils transaction manager\n - added option to display scheduler access menu in site home\n\n1.4.3\n-----\n - updated history item view form CSS class\n\n1.4.2\n-----\n - version mismatch\n\n1.4.1\n-----\n - added return link to site utilities view from scheduler tasks view\n\n1.4.0\n-----\n - added scheduler label adapter\n - updated add and edit forms title\n - updated package include scan\n\n1.3.3\n-----\n - updated menus order in management interface\n - replace ITableElementName interface with IObjectLabel\n\n1.3.2\n-----\n - reset task internal ID after cloning\n - corrected check on request registry when removing task\n\n1.3.1\n-----\n - added and updated task add and edit forms AJAX renderer\n - Pylint updates\n\n1.3.0\n-----\n - updated tasks notifications management, to be able to add new notifications modes\n   easily\n - moved all task related interfaces to pyams_scheduler.interfaces.task module\n\n1.2.1\n-----\n - corrected timezone error in task history check\n - added missing \"context\" argument to permission check\n - small updates in tasks management forms\n\n1.2.0\n-----\n - removed support for Python < 3.7\n - updated synchronizer exceptions\n - updated FTP synchronizer handler\n\n1.1.1\n-----\n - updated scheduler generations updater order\n\n1.1.0\n-----\n - added task copy hook\n - added action to duplicate an existing task\n\n1.0.1\n-----\n - updated Gitlab-CI configuration\n - removed Travis-CI configuration\n\n1.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS tasks scheduler",
    "version": "2.4.7",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfd73cfbcfaf4890805f67ec69f61c58a8a1c0c0157b1d654dcfdb8d739fb069",
                "md5": "ab6818bc6805401751bf1b1238af1570",
                "sha256": "bfc4c5393b354e8bc7b68761a154c58562f15a5b595fc34fc742f16ed77bed92"
            },
            "downloads": -1,
            "filename": "pyams_scheduler-2.4.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ab6818bc6805401751bf1b1238af1570",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 110008,
            "upload_time": "2024-04-04T08:19:29",
            "upload_time_iso_8601": "2024-04-04T08:19:29.473546Z",
            "url": "https://files.pythonhosted.org/packages/cf/d7/3cfbcfaf4890805f67ec69f61c58a8a1c0c0157b1d654dcfdb8d739fb069/pyams_scheduler-2.4.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e83b46fef544757eeabc5e172aa8fc37fff983358e848f8abc7051577fda26fd",
                "md5": "3f76c338c90ccca71996f1a94d0debd7",
                "sha256": "30ead0819750be6f49ae40b61ebb346e9d724a27b575a5f97f493e02bb5bac54"
            },
            "downloads": -1,
            "filename": "pyams_scheduler-2.4.7.tar.gz",
            "has_sig": false,
            "md5_digest": "3f76c338c90ccca71996f1a94d0debd7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 73766,
            "upload_time": "2024-04-04T08:19:32",
            "upload_time_iso_8601": "2024-04-04T08:19:32.136208Z",
            "url": "https://files.pythonhosted.org/packages/e8/3b/46fef544757eeabc5e172aa8fc37fff983358e848f8abc7051577fda26fd/pyams_scheduler-2.4.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 08:19:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-scheduler"
}
        
Elapsed time: 0.30335s