Omer Katz
|
0549bf4470
Isort.
|
7 years ago |
Static
|
c7b163a560
Fix grammar, update .gitignore (#3887)
|
8 years ago |
Ask Solem
|
9ce1b1bf65
Cosmetics
|
8 years ago |
Ask Solem
|
4cd5bc3f50
Adds pep257 as a tox target
|
8 years ago |
Ask Solem
|
2b2e4b27ce
Which, which, which
|
8 years ago |
Ask Solem
|
2570e61a26
Two spaces after period for monospaced fonts
|
8 years ago |
Ask Solem
|
6027e445ec
One space after period for proportional fonts + contractions
|
8 years ago |
Ask Solem
|
82e478e07c
Change to Google-style docstrings and small updates.
|
8 years ago |
Ask Solem
|
016629f75e
Use unicode_literals in all modules (with upgrading flakeplus to use 2.7 target)
|
9 years ago |
Ask Solem
|
8432fdc5f0
Backends: Use state in API consistently over status
|
9 years ago |
Ask Solem
|
2edea37f6a
Update AbortableTask docs. Closes #1993
|
11 years ago |
Ask Solem
|
cac1d1893f
Wording
|
11 years ago |
Ask Solem
|
8c02b2737a
celery.contrib.abortable is no longer using the compat task class
|
11 years ago |
Ask Solem
|
154b574809
__all__ is everywhere
|
11 years ago |
Simon Charette
|
b351c85656
Made AbortableTask abstract.
|
12 years ago |
Ask Solem
|
df87559855
Code now works on both Python 3 and Python 2 (without using 2to3)
|
12 years ago |
Ask Solem
|
71ca777f23
Removes Task.logger (not in 2.5)
|
13 years ago |
Ask Solem
|
566c4da7b4
Use ' instead of "
|
13 years ago |
Ask Solem
|
b398ba3994
AsyncResult.task_id -> AsyncResult.id (also TasksetResult.taskset_id -> .id
|
13 years ago |
Ask Solem
|
aa44f02169
Cosmetics
|
13 years ago |
Ask Solem
|
641e838dd6
Cosmetics
|
13 years ago |
Ask Solem
|
a86bd1c64b
flakeplus
|
13 years ago |
Ask Solem
|
06197979a8
celery.contrib.abortable: Fixes doc typo 'def Class' -> 'class Class'. Thanks to tback. Closes #398
|
14 years ago |
David Arthur
|
736361873e
AbortableTask must use the request, and not depend on magic kwargs.
|
14 years ago |
Ask Solem
|
0afa1efa28
Docs: Replaced all occurences of ``literal`` with `literal`
|
14 years ago |
Ask Solem
|
f6199fb919
Loads of documentation improvements
|
14 years ago |
Vincent Driessen
|
c383652c12
Added a documentation note saying AbortableTask will only work with the DB backend.
|
15 years ago |
Vincent Driessen
|
388c750bd6
Renamed CancelableTask to the simpler AbortableTask.
|
15 years ago |