Files
django-q2/django_q/__init__.py
T
Ilan Steemers 90b5b0d6ab moved static methods to module functions
medic is now sentinel and runs in it's own process
sentinel shutdown procedure more stable
2015-06-18 14:10:48 +02:00

10 lines
234 B
Python

"""
A multiprocessing task queue application for Django
Author: Ilan Steemers (koed00@gmail.com
Github: https://github.com/Koed00/django-q
"""
from .main import Cluster, async
default_app_config = 'django_q.apps.SessionAdminConfig'