Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
W
|
Y
A
acknowledge() (Broker method)
append() (Chain method)
(Iter method)
args (AsyncTask attribute)
(Schedule attribute)
(Task attribute)
async_chain() (in module django_q)
async_iter() (in module django_q)
async_task() (Broker method)
(in module django_q)
AsyncTask (class in django_q)
B
broker (AsyncTask attribute)
Broker (built-in class)
brokers.get_broker() (built-in function)
C
cached (AsyncTask attribute)
Chain (class in django_q)
Cluster (class in django_q)
cluster (Schedule attribute)
cluster_id (Stat attribute)
count_group() (in module django_q)
CRON (Schedule attribute)
cron (Schedule attribute)
current() (Chain method)
D
DAILY (Schedule attribute)
delete() (Broker method)
delete_cached() (in module django_q)
delete_group() (django_q.Task class method)
(in module django_q)
delete_queue() (Broker method)
dequeue() (Broker method)
django_q (module)
done_q_size (Stat attribute)
E
empty_queues() (Stat method)
F
fail() (Broker method)
Failure (class in django_q)
fetch() (AsyncTask method)
(Chain method)
(Iter method)
(in module django_q)
fetch_group() (AsyncTask method)
(in module django_q)
func (AsyncTask attribute)
(Schedule attribute)
(Task attribute)
G
get() (Stat class method)
get_all() (Stat class method)
get_group_count() (django_q.Task class method)
get_result() (django_q.Task class method)
get_result_group() (django_q.Task class method)
get_task() (django_q.Task class method)
get_task_group() (django_q.Task class method)
group (AsyncTask attribute)
group_count() (Task method)
group_delete() (Task method)
group_result() (Task method)
H
has_stopped (Cluster attribute)
hook (AsyncTask attribute)
(Schedule attribute)
(Task attribute)
host (Cluster attribute)
HOURLY (Schedule attribute)
I
id (AsyncTask attribute)
(Schedule attribute)
(Task attribute)
info() (Broker method)
is_running (Cluster attribute)
is_starting (Cluster attribute)
is_stopping (Cluster attribute)
Iter (class in django_q)
K
kwargs (AsyncTask attribute)
(Schedule attribute)
(Task attribute)
L
last_run() (Schedule method)
length() (Chain method)
(Iter method)
lock_size() (Broker method)
M
MINUTES (Schedule attribute)
minutes (Schedule attribute)
monitor (Stat attribute)
MONTHLY (Schedule attribute)
N
name (Schedule attribute)
(Task attribute)
next_run (Schedule attribute)
O
ONCE (Schedule attribute)
P
pid (Cluster attribute)
ping() (Broker method)
purge_queue() (Broker method)
pusher (Stat attribute)
Q
QUARTERLY (Schedule attribute)
queue_size() (Broker method)
(in module django_q)
R
reincarnations (Stat attribute)
repeats (Schedule attribute)
result (Task attribute)
result() (AsyncTask method)
(Chain method)
(Iter method)
(in module django_q)
result_group() (AsyncTask method)
(in module django_q)
run() (AsyncTask method)
(Chain method)
(Iter method)
S
save (AsyncTask attribute)
Schedule (class in django_q)
schedule() (in module django_q)
schedule_type (Schedule attribute)
sentinel (Cluster attribute)
(Stat attribute)
start() (Cluster method)
start_event (Cluster attribute)
started (AsyncTask attribute)
(Task attribute)
Stat (built-in class)
stat() (Cluster method)
status (Stat attribute)
stop() (Cluster method)
stop_event (Cluster attribute)
stopped (Task attribute)
Success (class in django_q)
success (Task attribute)
success() (Schedule method)
sync (AsyncTask attribute)
T
Task (class in django_q)
task (Schedule attribute)
task_q_size (Stat attribute)
time_taken() (Task method)
timeout (Cluster attribute)
tob (Stat attribute)
TYPE (Schedule attribute)
U
uptime() (Stat method)
W
WEEKLY (Schedule attribute)
workers (Stat attribute)
Y
YEARLY (Schedule attribute)
A multiprocessing task queue for Django
Navigation
Installation
Configuration
Brokers
Tasks
Groups
Iterable
Chains
Schedules
Cluster
Monitor
Admin
Errors
Signals
Architecture
Examples
Related Topics
Documentation overview
Quick search