Historial de Commits

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