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

Uploaded Source

Built Distributions

pyams_scheduler-1.6.3-py3.9.egg (185.1 kB view details)

Uploaded Source

pyams_scheduler-1.6.3-py3.8.egg (185.0 kB view details)

Uploaded Source

pyams_scheduler-1.6.3-py3.7.egg (184.0 kB view details)

Uploaded Source

pyams_scheduler-1.6.3-py3-none-any.whl (98.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyams_scheduler-1.6.3.tar.gz
  • Upload date:
  • Size: 61.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for pyams_scheduler-1.6.3.tar.gz
Algorithm Hash digest
SHA256 bb12fcbb0f3bce90d2a0b1b823ef4754e998ab24121f007275bac86a1b6fa927
MD5 b6695288332b13378e5e7aefbedf12a5
BLAKE2b-256 1e5c40a57a8a5c612eebf7ad98f730516cd50c1578ced8da668cf6a65ba802af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyams_scheduler-1.6.3-py3.9.egg
  • Upload date:
  • Size: 185.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pyams_scheduler-1.6.3-py3.9.egg
Algorithm Hash digest
SHA256 b1d67e8c19d58feb0efb49495e15d7a74901455604082a3355397baba5401159
MD5 fecceadc38048231c1341280b3697c2c
BLAKE2b-256 9df57d76bcb6af989ce9246212a017ca596e30fedd608d63f73f908db9352973

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyams_scheduler-1.6.3-py3.8.egg
  • Upload date:
  • Size: 185.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for pyams_scheduler-1.6.3-py3.8.egg
Algorithm Hash digest
SHA256 4b528c62620f985bac27b0cb1d3d99277e87c58f8ba94dbf4e4809e4190db7b5
MD5 bcccac0b7394bccda6176157b32cca24
BLAKE2b-256 0235d420573b8565518fab296b92049fdcd81ec6f8b4a629084891757b330cb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyams_scheduler-1.6.3-py3.7.egg
  • Upload date:
  • Size: 184.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for pyams_scheduler-1.6.3-py3.7.egg
Algorithm Hash digest
SHA256 91290fe3ff701fb92d4851c29d18752ca32f09bf7c04cf5b2780c9ef3d47e3ed
MD5 a29d7d1e12dc4b20c23caa2c1f0160ce
BLAKE2b-256 ec0f8919fa050117a82330416a8afc1ad34a2732a27bb62712b33c81a1895ef8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyams_scheduler-1.6.3-py3-none-any.whl
  • Upload date:
  • Size: 98.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for pyams_scheduler-1.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 52757172ec2d1e97f1efbf3698abbadba798215ce89275fca72e8835a2164f05
MD5 dd65de18449486ba6743e2b1eb73a8ab
BLAKE2b-256 f604014fe305f12593ddcae5b42a8621ed8f07c4290de06c1e05050c63083358

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