Commit History

Upphovsman SHA1 Meddelande Datum
  Ask Solem 58a8995c6b TaskMeta.result default value should be None not empty str() 15 år sedan
  Ask Solem b2ad420714 models: result field should not ever be NULL. 15 år sedan
  Mikhail Korobov bae11ed738 Allow TaskMeta.result to be null. This fixes several failing tests. 15 år sedan
  Ask Solem 6b3a480e8b CELERY_BACKEND renamed to CELERY_RESULT_BACKEND, but keep CELERY_BACKEND as a compat setting. 15 år sedan
  Ask Solem 273f1e49a3 fixed stuff reported by pyflakes 15 år sedan
  Ask Solem a462e42dcc Clean up the backends 15 år sedan
  Ask Solem 727345ded6 New constants for task status states in celery.states 15 år sedan
  Ask Solem 6517f5dd6a Merge branch 'master' into bradjasper/save_taskset 15 år sedan
  Ask Solem 4cc234159a Pyflakes 16 år sedan
  Ask Solem 203fbf230e Now uses django-picklefield (finnaly got rid of the djangosnippets code!) 16 år sedan
  Ask Solem 84eb860d99 PEP8ify: Group imports 16 år sedan
  Ask Solem 732a16e0ec Renamed task status "DONE" to "SUCCESS" (long wanted, backward incompatible change) 16 år sedan
  Ask Solem abbad2657b Remove the old periodic task system 16 år sedan
  Brad Jasper a2d47a67b5 added tasksetmeta model to only be managed with database 16 år sedan
  Brad Jasper cf06dc5cb3 added TaskSetMeta model for database backend 16 år sedan
  Ask Solem 5969b706ae PEP8ify 16 år sedan
  Ask Solem 471de7acc9 Avoid circular import 16 år sedan
  abecciu cba1b6fe21 keep models away from syncdb/reset if database backend is not being used. 16 år sedan
  Ask Solem 929c842541 Add traceback to result value on failure. Closes #28. **NOTE** If you use the 16 år sedan
  Ask Solem e7a8a02ba5 Remove extraenous whitespace (PEP8) 16 år sedan
  Ask Solem 022635ff85 Try to fix a race condition with PeriodicTasks. 16 år sedan
  Ask Solem ced0b64ad2 Raise our pylint score to 8.24/10 16 år sedan
  Ask Solem fb58231290 Remove yadayada dependency. that means we've copy+pasted the 16 år sedan
  Ask Solem 6b81d06f56 Everything now conforms to pep8.py 16 år sedan
  Ask Solem 59e01ea8c4 Better, greater documentation 16 år sedan
  Ask Solem c53f3ba991 Fix up documentation 16 år sedan
  Ask Solem ffa98aab1d Remove import of removed RetryQueueManager 16 år sedan
  Ask Solem 3097c02108 Task.is_done replaced with Task.status 16 år sedan
  Ask Solem 7f74f9dce6 Add Task.status and Task.result 16 år sedan
  Ask Solem 997dcf07dd Ability to retry task if it fails. 16 år sedan