mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 23:48:11 +08:00
medic is now sentinel and runs in it's own process sentinel shutdown procedure more stable
10 lines
234 B
Python
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'
|