.. |
__init__.py
|
890428d4c3
Finally: Configuration naming consistency. Old names deprecated in favor of:
|
16 years ago |
buckets.py
|
5a995ce483
Compat implementation of all(), any() and collections.defaultdict
|
16 years ago |
control.py
|
248e77c138
Added broadcast() and rate_limit() remote control utilities + remote shutdown of workers.
|
16 years ago |
controllers.py
|
d1fb7dda7c
scheduler wake-up debug message was not working properly because repeat silencer was local to on_iteration.
|
16 years ago |
heartbeat.py
|
4041250e89
Some documentation and nitpicking.
|
16 years ago |
job.py
|
890428d4c3
Finally: Configuration naming consistency. Old names deprecated in favor of:
|
16 years ago |
listener.py
|
890428d4c3
Finally: Configuration naming consistency. Old names deprecated in favor of:
|
16 years ago |
pool.py
|
2321a319e0
Remove initargs support for TaskPool
|
16 years ago |
revoke.py
|
4041250e89
Some documentation and nitpicking.
|
16 years ago |
scheduler.py
|
0d5d2b2a02
Replace 'a if p else b' with 'p and a or b' for Python 2.4 compatibility.
|
16 years ago |