Ask Solem
|
90eda9186e
Sphinx: Add .rst file for celery.bin.celeryinit
|
hace 15 años |
Ask Solem
|
90009feabf
Sphinx: Add .rst file for celery.backends.amqp
|
hace 15 años |
Ask Solem
|
156ff94a48
Move find_nearest_pickleable_exception + UnpickleableExceptionWrapper to celery.serialization
|
hace 15 años |
Ask Solem
|
076d016d3a
Move TimeoutError to celery.exceptions
|
hace 15 años |
Ask Solem
|
2bbdbc1a5a
Move AlreadyRegistered and NotRegistered to celery.exceptions
|
hace 15 años |
Ask Solem
|
24d6746e17
views.apply now correctly sets mimetype to "application/json"
|
hace 15 años |
Ask Solem
|
0835b8e6ad
views.task_status now returns traceback if status is "FAILURE" or "RETRY"
|
hace 15 años |
Ask Solem
|
17f8c97010
views.task_status now returns exception if status is RETRY
|
hace 15 años |
Ask Solem
|
7cb2855e93
TaskSetResult.join causes TypeError when timeout=None. Thanks Jerzy Kozera. Closes #31
|
hace 15 años |
Ask Solem
|
bc4d31ac35
views.apply should return HttpResponse instance. Thanks to Jerzy Kozera. Closes #32
|
hace 15 años |
Ask Solem
|
e19b4d9d30
Save conversion of run_every from int to timedelta to the class attribute
|
hace 15 años |
Ask Solem
|
b3338bffe8
Remove unneeded meta argument from celery.pool handlers, + make on_ready handle on_return as well, as on_return is not really needed anymore.
|
hace 15 años |
Ask Solem
|
0957ad2d4f
Add Task.on_success, .on_retry, .on_failure handlers
|
hace 15 años |
Ask Solem
|
9212395bba
Fix docstring references to celery.task.base.RetryTaskError -> celery.exceptions.RetryTaskError
|
hace 15 años |
Ask Solem
|
0b86c43bb5
Refactor jail() into celery.execute.ExecuteWrapper
|
hace 15 años |
Ask Solem
|
f90491fe01
celery.utils.gen_unique_id: Workaround for http://bugs.python.org/issue4607
|
hace 15 años |
Ask Solem
|
53389beab9
Daemon context apparently not reentrant, remove from signal handler.
|
hace 15 años |
Ask Solem
|
89016864f3
Add Cookbook to gh-pages
|
hace 15 años |
Ask Solem
|
3e6d26ed73
Autogenerated documentation for github.
|
hace 15 años |
Ask Solem
|
c4c405d97e
Add cookbook to documentation
|
hace 15 años |
Ask Solem
|
4dc50805c7
Set default task retry delay to 3 minutes (was 1 minute)
|
hace 15 años |
Ask Solem
|
4b7c831957
Close context on restart if detached
|
hace 15 años |
Ask Solem
|
f25e7aea48
Set toctree maxdepth to 2
|
hace 15 años |
Ask Solem
|
1933324112
Document more features in README
|
hace 15 años |
Ask Solem
|
637b4d887b
Try to restart when receiving SIGHUP (issue #26) Seems to not always work when
|
hace 15 años |
Ask Solem
|
5f09ce1469
Convert stored tracebacks to strings
|
hace 15 años |
Ask Solem
|
929c842541
Add traceback to result value on failure. Closes #28. **NOTE** If you use the
|
hace 15 años |
Ask Solem
|
29b8547a90
Fix typo ".. import map" -> ".. import dmap" Thanks mikedizon
|
hace 15 años |
Ask Solem
|
89626c59ee
AMQP result-store backend is now working (and it's fast!)
|
hace 15 años |
Ask Solem
|
1f8e955eae
When we receive a message the prefetch window is increased, when we accept the
|
hace 15 años |