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

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

Uploaded Source

Built Distributions

pyams_scheduler-1.10.0-py3.10.egg (188.9 kB view details)

Uploaded Source

pyams_scheduler-1.10.0-py3.9.egg (187.8 kB view details)

Uploaded Source

pyams_scheduler-1.10.0-py3.8.egg (187.7 kB view details)

Uploaded Source

pyams_scheduler-1.10.0-py3.7.egg (186.7 kB view details)

Uploaded Source

pyams_scheduler-1.10.0-py3-none-any.whl (99.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyams_scheduler-1.10.0.tar.gz
  • Upload date:
  • Size: 64.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.15

File hashes

Hashes for pyams_scheduler-1.10.0.tar.gz
Algorithm Hash digest
SHA256 55991c49f527c96115855fe0663baa7351c9ea3e7a0714197b56b7de5ee172be
MD5 14230cbfea32a6c13f9f7e830e4f3ce2
BLAKE2b-256 7a6444d592bfaf28a9f177e920d85429e001b254ce9e8affec0d9a9fc5eb495e

See more details on using hashes here.

File details

Details for the file pyams_scheduler-1.10.0-py3.10.egg.

File metadata

  • Download URL: pyams_scheduler-1.10.0-py3.10.egg
  • Upload date:
  • Size: 188.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for pyams_scheduler-1.10.0-py3.10.egg
Algorithm Hash digest
SHA256 62038d56f0ac8d830585dbe0eb6fc2387fa47d9b2c6b00da7ca0ff762933fbd2
MD5 035de79d38a9003c2aa8eeadbac075d4
BLAKE2b-256 fd74b03c7fe3bf4342c51470e1a96c8a4eec08f212e5fccef6676275581b97ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyams_scheduler-1.10.0-py3.9.egg
  • Upload date:
  • Size: 187.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pyams_scheduler-1.10.0-py3.9.egg
Algorithm Hash digest
SHA256 b9f533e862c51e4338f95f2846897bb811a8aa0d283c21c3a33f77835a6a76f4
MD5 01cbd9c79664fab5d29e778d17dd3cd4
BLAKE2b-256 e55f2ef620538bd760af840653093124a48dc54a5dff86584bfc2964d825ae12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyams_scheduler-1.10.0-py3.8.egg
  • Upload date:
  • Size: 187.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.15

File hashes

Hashes for pyams_scheduler-1.10.0-py3.8.egg
Algorithm Hash digest
SHA256 ada31e93d430989868533284890f1cbc371aee593745ca660a52e897d2f003fe
MD5 0d46083bbd03a993bd32b75af1029afe
BLAKE2b-256 0e204a53bc71d636325eadf7d34d908fe4a763c9fb83d0c78ed24cbf92b91c79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyams_scheduler-1.10.0-py3.7.egg
  • Upload date:
  • Size: 186.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.15

File hashes

Hashes for pyams_scheduler-1.10.0-py3.7.egg
Algorithm Hash digest
SHA256 09f1ba89d0cbe4685ea837d814750ad25e6b42f801a23b6dd311a94a8a073816
MD5 0637a48eb1c1fe2775233dde5a139096
BLAKE2b-256 9f6b2e46fc9bc73db5b9b8cb47783981b8192c813b8166e69db7ab21feef1d6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyams_scheduler-1.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5ddb675f57f7073fce0a9a5811df23d9640894bd76b3944f883f12184dc4b52d
MD5 e37efe3b28d5e9e838a4b8e64de5e818
BLAKE2b-256 c2b7b954eaa1402ae786a5bf49595ea19a9a6928472c832b4cb8a9bc050d86a6

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