Commit History

Author SHA1 Message Date
  Ask Solem e13838b10a PEP8ify + pyflakes 14 years ago
  Ask Solem b437c83019 Set release date for 2.2.7 14 years ago
  Ask Solem 2b99b17f6e celery.contrib.abortable: Fixes doc typo 'def Class' -> 'class Class'. Thanks to tback. Closes #398 14 years ago
  Ask Solem 2222fa9d5b Bumps version to 2.2.7 and updates Changelog 14 years ago
  Mauro Rocco b3e15cc7f3 Add documentation for signals after_setup_logger,after_setup_task_logger 14 years ago
  Mauro 4268e4a2db Adding signals after_setup_logger and after_setup_task_logger 14 years ago
  Ask Solem f44c7ef30e Tests passing again 14 years ago
  Ask Solem 9c6ccda192 Redis backend passes tests again 14 years ago
  Ask Solem 742ac27634 Redis result backend: Fixes compat issue with redis-py 2.4.4 14 years ago
  Ask Solem Hoel 1d29f3f52c Merged pull request #388 from harmv/release22-maint. 14 years ago
  Harm Verhagen ace3170b88 fix --gid option of celery_multi 14 years ago
  Ask Solem 9716333808 TaskRequest: Fixes typo safe_repr(traceback) -> safe_str(traceback) in the retry handler 14 years ago
  Ask Solem 9c766a7fc0 config_from_object(str) should simply be a module not an attribute of module 14 years ago
  Ask Solem 86f0b9696e Fixes issue where logging objects would give <Unrepresentable: ..> 14 years ago
  Ask Solem d3bb829d33 docs/userguide/tasks.rst 14 years ago
  Ask Solem af18771ea2 Bumps version to 2.2.6 14 years ago
  Ask Solem d92e28c82a Set release date for 2.2.6 and PEP8ify+pyflakes 14 years ago
  Ask Solem e04b3b543d Updates Changelog 14 years ago
  Ask Solem 4a42646be1 Now depends on Kombu 1.1.2 and updates Changelog 14 years ago
  Ask Solem fa7b012261 TaskType: Only use app.main if task.name is not explicitly set 14 years ago
  Ask Solem 13e7fd5153 celery.utils.mail: Fixed typo in version detection. Closes #378. Thanks to jbiggar 14 years ago
  Ask Solem d89cf7e743 Beat: ScheduleEntry._default_now added to override the default value of last_run_at 15 years ago
  Ask Solem c012b1caef Log errors occuring in process_cleanup. Closes #365. Thanks to jdunck 14 years ago
  Ask Solem 3c3fb4426f Fix for shell_plus. Closes #366 14 years ago
  Ask Solem 3ea52f87e4 Adds Adriano Petrich to AUTHORS 14 years ago
  adriano petrich 11c6f75f24 WatchedFileHandler: Fixes Python <= 2.5 compat. Closes #367. 14 years ago
  Ask Solem c6409db942 Consumer: Removes left-over debugging statement 14 years ago
  Ask Solem a5ae83e90d EagerResult.wait should be EagerResult.get now 14 years ago
  Ask Solem 1bbbd15db6 AsyncResult.get did not support the interal and propagate arguments 14 years ago
  Ask Solem ad3dc24ff6 Consumer: Fixes a bug where celeryd would not stop when a socket.error was raised at shutdown (it always happened after 6ae4ec75f3dfda73cc1e47e326c6fa727d1413a0) 14 years ago