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.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

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.4.0.tar.gz (58.6 kB view details)

Uploaded Source

Built Distributions

pyams_scheduler-1.4.0-py3.9.egg (181.2 kB view details)

Uploaded Source

pyams_scheduler-1.4.0-py3.8.egg (181.1 kB view details)

Uploaded Source

pyams_scheduler-1.4.0-py3.7.egg (180.1 kB view details)

Uploaded Source

pyams_scheduler-1.4.0-py3-none-any.whl (95.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyams_scheduler-1.4.0.tar.gz
  • Upload date:
  • Size: 58.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.11

File hashes

Hashes for pyams_scheduler-1.4.0.tar.gz
Algorithm Hash digest
SHA256 e60844726549f7065f5328115bf53153db739df529ac2a257790586c611c23d4
MD5 fde03345382f9da85429761ede9d1b65
BLAKE2b-256 418eccf2aed9b4709db5a799c31256f95d0dc8d647ca47a0fd9cb672c07aeedc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyams_scheduler-1.4.0-py3.9.egg
  • Upload date:
  • Size: 181.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for pyams_scheduler-1.4.0-py3.9.egg
Algorithm Hash digest
SHA256 1025c9db57f2034f8ca91d857ffb8c3b63d034bc18f6ab4146818ca00a6bb566
MD5 96ad3c1cdeaea45efcdbbd24049d67d2
BLAKE2b-256 97e7fa42762aa1a79670a50c2f36dc009d2dcadef31e436d7141d6b2821c90ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyams_scheduler-1.4.0-py3.8.egg
  • Upload date:
  • Size: 181.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for pyams_scheduler-1.4.0-py3.8.egg
Algorithm Hash digest
SHA256 fdee435c0a8e9e20382588b34553c6238efbc589a28e59fc59e01234c3d17beb
MD5 b981cf1c19529ee106be169a854fa2b6
BLAKE2b-256 212e7b3c478d20d73f4d4643eedd5a3c3a477e60e434c12a404d9e6b69d44249

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyams_scheduler-1.4.0-py3.7.egg
  • Upload date:
  • Size: 180.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.11

File hashes

Hashes for pyams_scheduler-1.4.0-py3.7.egg
Algorithm Hash digest
SHA256 a08f41488be3a98b87bc572e37d3eb0a4cb523a6e38730f5968899946adbca9c
MD5 fd84eb4bab83118b27b2fc511d1d161c
BLAKE2b-256 98bdf45a9096d4455dde9df2956f8b2f9889c93fc0fbb867f0d93fc7b41f2445

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyams_scheduler-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 95.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.11

File hashes

Hashes for pyams_scheduler-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 06ee899c9a972ce196f3f166ef690ff142af41769adcd2a7a44777b275c3fc10
MD5 dc6f1935714e67c8edbd216a9f1b9785
BLAKE2b-256 dc10dc7840c88f0e688a88f426c1ce255676b2cc9bdf74a22e01230b9df3ef47

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