Skip to main content

PyAMS tasks scheduler

Project description

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; source code is available on Gitlab and pushed to Github. 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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyams_scheduler-1.3.3.tar.gz (58.0 kB view details)

Uploaded Source

Built Distributions

pyams_scheduler-1.3.3-py3.9.egg (180.4 kB view details)

Uploaded Source

pyams_scheduler-1.3.3-py3.8.egg (180.3 kB view details)

Uploaded Source

pyams_scheduler-1.3.3-py3.7.egg (179.3 kB view details)

Uploaded Source

pyams_scheduler-1.3.3-py3-none-any.whl (95.2 kB view details)

Uploaded Python 3

File details

Details for the file pyams_scheduler-1.3.3.tar.gz.

File metadata

  • Download URL: pyams_scheduler-1.3.3.tar.gz
  • Upload date:
  • Size: 58.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.11

File hashes

Hashes for pyams_scheduler-1.3.3.tar.gz
Algorithm Hash digest
SHA256 6aae386977b55946e51cb74a0cdde1cca58197648643784698cfb4f38a27923d
MD5 10bdb97ce5506f7c3f4ef082ce505805
BLAKE2b-256 280b6a711ead2c4faddf99005cd4b63ba1776ecf6f43912af8675665984e960a

See more details on using hashes here.

File details

Details for the file pyams_scheduler-1.3.3-py3.9.egg.

File metadata

  • Download URL: pyams_scheduler-1.3.3-py3.9.egg
  • Upload date:
  • Size: 180.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for pyams_scheduler-1.3.3-py3.9.egg
Algorithm Hash digest
SHA256 4b79b6dfcee2fecfbd966c04e1114b823b870ca4988d78c4b919d814bd33c013
MD5 3f48e01be4282c79104c54015541ad64
BLAKE2b-256 217aecfe968cb3f37599b98f1208beceb9dea6d9c8bbcc26ed6e6901af4e00ce

See more details on using hashes here.

File details

Details for the file pyams_scheduler-1.3.3-py3.8.egg.

File metadata

  • Download URL: pyams_scheduler-1.3.3-py3.8.egg
  • Upload date:
  • Size: 180.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.11

File hashes

Hashes for pyams_scheduler-1.3.3-py3.8.egg
Algorithm Hash digest
SHA256 03614a410465d77b9f5064aaf55ce001a7b3236713f0c1a53598ad96867fb5dd
MD5 1acb406959dd173c073b74793242da6f
BLAKE2b-256 a59b569ca8dd2a191f75b8585485fc05a0d1da402b9fab141f9090d44d4fe8cd

See more details on using hashes here.

File details

Details for the file pyams_scheduler-1.3.3-py3.7.egg.

File metadata

  • Download URL: pyams_scheduler-1.3.3-py3.7.egg
  • Upload date:
  • Size: 179.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.11

File hashes

Hashes for pyams_scheduler-1.3.3-py3.7.egg
Algorithm Hash digest
SHA256 b7b282ac32ae30c586a84f3247e3514acc98492144c7438953be9562e04e43f9
MD5 998b4032105bea79d5f5cd6b3e914d3a
BLAKE2b-256 a0722f0a72079348e873486513f8837fa2dec9a97099213d1abd4de1ef600d99

See more details on using hashes here.

File details

Details for the file pyams_scheduler-1.3.3-py3-none-any.whl.

File metadata

  • Download URL: pyams_scheduler-1.3.3-py3-none-any.whl
  • Upload date:
  • Size: 95.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.11

File hashes

Hashes for pyams_scheduler-1.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b5e236282fa964cbc317bf2d57f6cc80f0aca663b689de3c2e2fc55f33ebb9df
MD5 3d7114160559a138bd9c5115fc928415
BLAKE2b-256 9ad44b0b6c7091cac52ba89852ed0ebaf415c1eae1df6e7d7dd9461904b0e269

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page