Axel Haustant
|
62dc3f087a
Support chords with CELERY_TASK_ALWAYS_EAGER (fix #4873) (#4979)
|
6 years ago |
Korijn van Golen
|
2d2758e22b
add unit test and fix chain.apply (it ignored kwargs) (#4952)
|
6 years ago |
tothegump
|
3aaa7538a5
Chain with one task should run as expected (#4730)
|
6 years ago |
tothegump
|
73c50e4782
Pass parameters to the first task in chain().apply_async(params) (#4690)
|
6 years ago |
Nicholas Pilon
|
5607ae976b
Allow join in eager canvas application (#4617)
|
6 years ago |
Omer Katz
|
120770929f
Install isort from git. Fix import order.
|
7 years ago |
Omer Katz
|
f148709062
Fix append to an empty chain. Fixes #4047. (#4402)
|
7 years ago |
Omer Katz
|
d0f5300691
More isort fixes. Added tox task.
|
7 years ago |
Omer Katz
|
e6a6cced7f
isort.
|
7 years ago |
Anton
|
9a1064e71b
Care about chain's link_error tasks (#4240)
|
7 years ago |
Anton
|
e305595983
Allow to create group with single task (fixes issue #4255) (#4280)
|
7 years ago |
Mads Jensen
|
39d86e7dbe
Prefer dict literal syntax over dict() (#4217)
|
7 years ago |
Felipe
|
1735336dad
Deserialize all tasks in a chain (#4015)
|
7 years ago |
Marc Gibbons
|
0ad41a09ae
Write failing test
|
7 years ago |
Ask Solem
|
8c7ac5d84d
group cannot override dict.__iter__: now returns list of keys, not list of tasks. Closes #3688
|
8 years ago |
Ask Solem
|
b6925500e9
Cleanup
|
8 years ago |
Ask Solem
|
c718a6b50f
Canvas: chain(X, Y, Z) is now the same as X | Y | Z (related to discussion in #3323)
|
8 years ago |
Ask Solem
|
9ce1b1bf65
Cosmetics
|
8 years ago |
Ask Solem
|
fa11435897
Enable chord integration tests
|
8 years ago |
Ask Solem
|
6ed45eccb9
Fixes canvas issues: Do not precalculate parent_id/root_id, and always keep result.parent references
|
8 years ago |
Ask Solem
|
9c83c3f9bc
flakes
|
8 years ago |
Ask Solem
|
ee764d1593
Canvas: Fixes another res.parent problem
|
8 years ago |
Ask Solem
|
d47739c0d8
Raise error on group.apply_async(link=). Closes #3508
|
8 years ago |
Ask Solem
|
b56f63a6af
Canvas: Fixes error "dict object has no attr clone" (Closes #3381)
|
8 years ago |
Ask Solem
|
d7dad441ca
chain.clone lost tasks when argument to chain is generator
|
8 years ago |
Samuel GIFFARD
|
938407fc6f
Issue 3426. Fix to keep the kwargs in a group.
|
8 years ago |
Ask Solem
|
29df527147
Use py.test for everything :-)
|
8 years ago |