Ask Solem
|
f8d4bddc77
Flake8
|
13 år sedan |
Ask Solem
|
a686b662f9
100% coverage for celery.worker.hub
|
13 år sedan |
Steeve Morin
|
f3aed20ca3
Merge pull request #709 from steeve/patch-5
|
13 år sedan |
Steeve Morin
|
3e09af587f
Make sure when __call__ing a task, that a proper fresh request is pushed on the stack.
|
13 år sedan |
Ask Solem
|
8af6e58598
More tests
|
13 år sedan |
Ask Solem
|
e4dbf1098e
Adds celery.utils.log.get_task_logger
|
13 år sedan |
Ask Solem
|
c50789350d
Tests passing
|
13 år sedan |
Ask Solem
|
b4a3f9f67e
Modern Task class no longer supports: establish_connection(), get_publisher(), get_consumer() and get_logger()
|
13 år sedan |
Ask Solem
|
58ca503749
Use MP_MAIN_MODULE when execv is used to properly rename __main__ tasks to App.main
|
13 år sedan |
Ask Solem
|
fa957dbc29
amqp related improvements
|
13 år sedan |
Ask Solem
|
5a5ccd986b
Skip adding children for tasks called with task.__call__. Closes #701
|
13 år sedan |
Ask Solem
|
20e97766b1
Set current_task on Task.__call__
|
13 år sedan |
Ask Solem
|
4b1f822774
Pick stable optimizations from optimizations branch
|
13 år sedan |
Ask Solem
|
73ea354d3d
Tests passing
|
13 år sedan |
Ask Solem
|
9ac95c7020
Merge branch 'hub_semaphore'
|
13 år sedan |
Ask Solem
|
54d160a0b5
Adds @task(bare=True) which mean the worker will execute the task directly, without calling callbacks, writing results etc.
|
13 år sedan |
Ask Solem
|
b10d2336f6
celery.contrib.methods: Task decorator for methods
|
13 år sedan |
Ask Solem
|
7e43c5583d
Documentation now uses 'raise task.retry()'
|
13 år sedan |
Ask Solem
|
bb9c089a7a
Task.si(*a, **k) is now .subtask(a, k, immutable=True)
|
13 år sedan |
Ask Solem
|
b6834ebefc
Moves celery.app.state -> celery.state so that app is loaded late
|
13 år sedan |
Ask Solem
|
e2b052c2d8
current_task and Task.request are now LocalStack's. Maybe fixes #521
|
13 år sedan |
Ask Solem
|
e3418c22a2
Annotations now supports decorators if the key startswith '@'.
|
13 år sedan |
Ask Solem
|
57eb25ccc1
Adds Task.map + Task.starmap
|
13 år sedan |
Ask Solem
|
a20a9fbbe8
Support connection argument to apply_async again
|
13 år sedan |
Ask Solem
|
7b90e456fd
add.chunks(izip(1000, 1000), 100).group().skew(start=1, stop=30, step=2).apply_async(countdown=10)
|
13 år sedan |
Ask Solem
|
a4f2874e82
Modernize Kombu integration
|
13 år sedan |
Ask Solem
|
d60fa8d40c
Chords was broken + pyflakes
|
13 år sedan |
Ask Solem
|
53b61c638b
99% overall coverage :happy:
|
13 år sedan |
Ask Solem
|
0406058b27
Massive logging improvements
|
13 år sedan |
Ask Solem
|
35e56513db
group/chord/chain are now subtasks
|
13 år sedan |