Skip to main content

Simple scheduled tasks for Pyramid.

Project description

pyramid_cron - Simple scheduled tasks for Pyramid

Scott Torborg - Cart Logic

Provides the ability to register simple tasks (callback functions) for scheduled execution with a cron-like syntax.

Why it’s better than a typical task queue like Celery, Resque, etc:

  • No user permissions to worry about: everything is run inside a web request, so the task has all the same permissions as your web app.

  • Very simple setup, no additional daemons required.

  • The API follows Pyramid idioms.

Why it’s worse:

  • It’s not well suited to long-running tasks: everything is run inside a web request.

  • It does not distribute jobs across workers.

  • It does not allow for prioritization of jobs, or have any support for non-synchronous tasks.

Documentation is hosted at Read the Docs.

License

pyramid_cron is licensed under an MIT license. Please see the LICENSE file for more information.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pyramid_cron-0.1.tar.gz (11.0 kB view details)

Uploaded Source

File details

Details for the file pyramid_cron-0.1.tar.gz.

File metadata

  • Download URL: pyramid_cron-0.1.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyramid_cron-0.1.tar.gz
Algorithm Hash digest
SHA256 461bbe36a438906d3b77b7eb815cbc042330daec36c8ada2b6ef249ee2308268
MD5 50e285d76d409e9fe939356e01daa947
BLAKE2b-256 283dde3492850a90cc52eefad1473625641d39c00d66a16aa6636eefa0349303

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