Ask Solem
|
f05a95726e
Task: Do not requeue if retry fails.
|
11 年之前 |
Ask Solem
|
0624888cfb
Cosmetics
|
11 年之前 |
Ask Solem
|
c016714be8
Removes the metaclass for the new task base class (tasks are no longer automatically registered, the @task decorator binds and registers the task)
|
11 年之前 |
Ask Solem
|
2e1cad9e04
Removes magic keyword arguments support
|
11 年之前 |
Ask Solem
|
1e9dd26592
Super refactor, merging everything for 3.2
|
11 年之前 |
Ask Solem
|
d79dcd8e82
Canvas refactor, parts of root_id and parent_id and group no longer evaluates generators
|
11 年之前 |
Ask Solem
|
661bbfe984
Renames Task.subtask -> .signature (with alias for compat)
|
11 年之前 |
Ask Solem
|
d028eed511
Renames celery.app.builtins.shared_task -> celery._state.connect_on_app_finalize. Closes #1937
|
11 年之前 |
dtheodor
|
547b253086
Update task.py
|
11 年之前 |
Ask Solem
|
f9e49a8f7a
3.2: Use dict and set comprehensions (+ literals)
|
11 年之前 |
Ask Solem
|
8b7e3f2e9a
TaskProducer replaced by create_task_message and send_task_message
|
11 年之前 |
Ask Solem
|
ca5ae8e11e
request_from_info should not set exchange/rkey if custom queue specified. Closes #1892
|
11 年之前 |
Ask Solem
|
2e63e42646
Make request.headers available for task.apply. Closes #1874
|
11 年之前 |
Ask Solem
|
3dae6a7666
Task.bin: Must not copy backend from app, task.backend is now instead a property. Closes #1821
|
11 年之前 |
Ask Solem
|
35baa3abd1
Proper fix for #1755. Retry should raise exc if no current exception.
|
11 年之前 |
Ask Solem
|
695436f812
Adds Task.send_event for sending custom task events. Issue mher/flower#143
|
11 年之前 |
Ask Solem
|
98eabcb628
Implements task.throws. Closes #1682
|
11 年之前 |
Ask Solem
|
7ad7a57fa1
Implements steeves dynamic tasks as task.replace. Issue #817
|
11 年之前 |
Ask Solem
|
3c6670d11e
Fixes bug in non-abstract tasks when inheriting app
|
11 年之前 |
Ask Solem
|
46c92025cd
flakes
|
11 年之前 |
Ask Solem
|
5e184e92e6
Don't instantiate default app
|
11 年之前 |
Ask Solem
|
310140d1ae
Fix for #1150 by sharing non-abstract custom task classes between apps
|
11 年之前 |
Ask Solem
|
c5be3ce5b1
Task methods: fixes apply_async if args is None. Closes #1459
|
11 年之前 |
Ask Solem
|
a71e02cda7
Use the generic term "signature"
|
11 年之前 |
Ask Solem
|
77f0ee26dd
RPC Backend related improvements:
|
11 年之前 |
Ask Solem
|
a8fa261aad
Adds Task.request.headers
|
11 年之前 |
Ask Solem
|
66a57d8a3e
Merge branch '3.0'
|
11 年之前 |
Ask Solem
|
a25a2706d4
Task methods now works with ALWAYS_EAGER. Closes #1478
|
11 年之前 |
Ask Solem
|
0ffbaaf7dd
Task methods now works with ALWAYS_EAGER. Closes #1478
|
11 年之前 |
Ask Solem
|
c2d9c7d3c7
subtask_from_request must include chord/group. Closes #1401
|
11 年之前 |