Ask Solem
|
9359fcc1a1
Added support for message priorities, topic exchanges, custom routing key for tasks, mandatory and immediate flags.
|
16 yıl önce |
Ask Solem
|
6b81d06f56
Everything now conforms to pep8.py
|
16 yıl önce |
Ask Solem
|
41d8f360e9
Remove celery.task.mark_as_read() and celery.task.mark_as_failure(), as they're not really publically useful.
|
16 yıl önce |
Ask Solem
|
59e01ea8c4
Better, greater documentation
|
16 yıl önce |
Ask Solem
|
e45938b27b
Improve documentation
|
16 yıl önce |
Ask Solem
|
0e3fb9c4c0
Always close AMQP connection.
|
16 yıl önce |
Ask Solem
|
6452647022
Fix typo TimeOutTimer -> TimeoutTimer
|
16 yıl önce |
Ask Solem
|
8f569fcb59
Improve docstrings, remove TASK_META_USE_DB setting.
|
16 yıl önce |
Ask Solem
|
06bfab9844
Timeouts refactored into celery.timer.TimeoutTimer
|
16 yıl önce |
Ask Solem
|
1c231592ae
celery.task.AsyncResult moved to celery.result
|
16 yıl önce |
Ask Solem
|
bbd62210b6
Removed SumTask
|
16 yıl önce |
Ask Solem
|
ebafb15ba9
AsyncResult.wait_for() renamed to wait()
|
16 yıl önce |
Ask Solem
|
c229ebff72
celery.task.PositionalQueue moved to celery.datastructures
|
16 yıl önce |
Ask Solem
|
ba47ba43c8
Whitespace fix.
|
16 yıl önce |
Ask Solem
|
2857d858c9
Renamed PendingResult -> AsyncResult, also added multiprocessing.AsyncResult
|
16 yıl önce |
Ask Solem
|
1d9ce63b01
map_async!! This is pretty cool. Example usage:
|
16 yıl önce |
Ask Solem
|
5271cfc530
Task result/exception seems to be properly stored now!
|
16 yıl önce |
Ask Solem
|
2c3bd9f9e9
delay_task returns PendingResult()
|
16 yıl önce |
Ask Solem
|
26e2af55b1
Rename celery.backends.Job -> celery.task.PendingResult
|
16 yıl önce |
Ask Solem
|
7f37744c4f
Move meta store to celery.backends and delay task now returns Job object.
|
16 yıl önce |
Ask Solem
|
5ffa8df40a
Remove RetryTask exception, and add auto_retry attribute instead.
|
16 yıl önce |
Ask Solem
|
997dcf07dd
Ability to retry task if it fails.
|
16 yıl önce |
Ask Solem
|
20a2f8e740
Pass DjangoAMQPConnection *instances*, instead of cls. Requires carrot version
|
16 yıl önce |
Ask Solem
|
7df5362fcb
Remove notes about only supporting kwargs, since we support args as well now.
|
16 yıl önce |
Ask Solem
|
deeab22b8e
Tasks now supports positional arguments. celery.worker refactored some (TaskWrapper)
|
16 yıl önce |
Ask Solem
|
1cda75ac78
Test coverage now at 95% (that's without celeryd/worker.py/process/platform)
|
16 yıl önce |
Ask Solem
|
11027e03b2
Added docstrings
|
16 yıl önce |
Ask Solem
|
01417c7ab5
Remove __all__, it's just stupid anyway.
|
16 yıl önce |
Ask Solem
|
64e64729d3
Added CELERY_TASK_META_USE_DB to store task metadata in the database instead of memcache.
|
16 yıl önce |
Ask Solem
|
88c28ae0cf
Introducing TaskSets
|
16 yıl önce |