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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 461bbe36a438906d3b77b7eb815cbc042330daec36c8ada2b6ef249ee2308268 |
|
MD5 | 50e285d76d409e9fe939356e01daa947 |
|
BLAKE2b-256 | 283dde3492850a90cc52eefad1473625641d39c00d66a16aa6636eefa0349303 |