Skip to content

Soljaa/django-background-tasks-async-update

 
 

Repository files navigation

Django Background Tasks (Async Update)

Build Status Coverage Status Documentation Status PyPI

Django Background Task is a database-backed work queue for Django, loosely based around Ruby's DelayedJob library. This project was adopted and adapted from lilspikey django-background-task and updated to fix thread concurrency.

You can find in PyPI as django-background-tasks-async-update.

In Django Background Task, all tasks are implemented as functions (or any other callable).

There are two parts to using background tasks:

  • creating the task functions and registering them with the scheduler
  • setup a cron task (or long running process) to execute the tasks

Docs

See Read the docs.

About

A database-backed work queue for Django (No duplicating tasks issue)

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%