Ask Solem
|
0208ec9f8b
Moved celery.serialization + celery.utils.functional -> billiard.*
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
79cd3fb5b1
Allow setting the Tasks queue type for the rate limiter, so it can be set to LifoQueue
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
8dbde52238
Fix restrucuted text problems
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
d99712023c
Fixed typo taskset.join() -> taskset_result.join()
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
457580f804
map() must now use ts.run().join() now that TaskSet.join() is gone
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
9ec1e95341
PEP8ify
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
2b1769c54d
Removed TaskSet.join(): Use r = ts.run(); r.join() instead
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
e33411e8eb
More docs + moved some docs from task.base (makes it more readable)
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
84eb860d99
PEP8ify: Group imports
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
386edbaa90
Ignore the result of PeriodicTask's by default.
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
2321ee7a27
Allow Task to override the backend used to store results.
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
732a16e0ec
Renamed task status "DONE" to "SUCCESS" (long wanted, backward incompatible change)
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
064fe638b1
Merge branch 'tokenbucket' of github.com:ask/celery into tokenbucket
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
4e9655d700
Merge branch 'nocallables' of github.com:ask/celery into nocallables
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
de7d9b85e3
Fix typos in TaskSet examples (thanks karihre)
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
80df576b7a
Small fixes applied after reviewing the code last night.
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
8ff75a73c0
Implementation of rate limits per. task using token buckets.
|
%!s(int64=16) %!d(string=hai) anos |
Brad Jasper
|
f437c20452
got tests all passing for database taskmeta backend
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
b15219689f
Fix some docstring typos
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
9374d1a0ae
Tasks now automatically registered in the registry, also automatic naming is now always working with relative imports.
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
5969b706ae
PEP8ify
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
f67de4a516
Ability to set serializer to pickle, json or yaml. globally, per task, or per execution.
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
577a3ce371
Document that return values of the task handlers (on_success, on_failure,
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
fb17ee7a74
Pass task_id, args, kwargs to the handlers Task.on_sucess, .on_retry,
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
fa338c65d8
PEP8ify
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
6374355a1a
Now uses inspect.getargspec to only pass on the default kwargs the task supports.
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
dc339d3dd3
Document default keyword arguments passed to Task.run. Closes #33
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
e19b4d9d30
Save conversion of run_every from int to timedelta to the class attribute
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
0957ad2d4f
Add Task.on_success, .on_retry, .on_failure handlers
|
%!s(int64=16) %!d(string=hai) anos |
Ask Solem
|
4dc50805c7
Set default task retry delay to 3 minutes (was 1 minute)
|
%!s(int64=16) %!d(string=hai) anos |