Skip to main content

Scheduled jobs in Django

Project description

About

django_future is a tool for scheduling jobs on given times.

Usage

First of all, you need to have django_future installed; for your convenience, recent versions should be available from PyPI.

Use the django_future.schedule_job function to schedule new jobs:

>>> from django_scheduledjobs import schedule_job
>>> import datetime
>>> schedule_job(datetime.datetime(2010, 10, 10),
...              'myproject.myapp.handlers.dosomething')

To run outstanding jobs, use the Django management command ‘runscheduledjobs’.

Feedback

There is a home page with instructions on how to access the code repository.

Send feedback and suggestions to team@shrubberysoft.com.

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

django-future-0.1.tar.gz (3.8 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