Skip to main content

Database-backed Periodic Tasks.

Project description

# Database-backed Periodic Tasks

name|value
-|-
Version| 1.0.0
Download| http://pypi.python.org/pypi/dbeat
Source|http://github.com/aohan237/dbeat
Keywords|peewee, celery, beat, periodic task, cron, scheduling

# About

This extension enables you to store the periodic task schedule in the
database.

# Using the Extension

## install the module
python setup.py install

## initial database in celery app
from peewee import SqliteDatabase
database = SqliteDatabase('app.db')
app.database = database

## start the beat

celery -A proj beat -l info --scheduler dbeat.schedulers:DatabaseScheduler

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

dbeat-1.0.0.tar.gz (11.2 kB view hashes)

Uploaded Source

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