Historique des commits

Auteur SHA1 Message Date
  Ask Solem 0d61ea5c26 Don't explicitly delete the queue but rather leave that up to the broker and CELERY_AMQP_TASK_RESULT_EXPIRES. Closes #278 il y a 14 ans
  Ask Solem a648444129 Pool: For some reason in some places ValueError can't be catched when doing BoundedSemaphore.release, so trying with except Exception instead il y a 14 ans
  Ask Solem 59bcc72965 Revert commit 0e5a7b4fdd0a05a6806f8a56c05c6f2fa735a7ba as init scripts are not Django specific. Closes #279 il y a 14 ans
  Ask Solem 3dd11c4ee8 Added signals: `beat_init` and `beat_embedded_init` il y a 14 ans
  Ask Solem aa66cb6f40 TaskRequest.on_failure now encodes traceback to the current filesystem encoding, not hardcoded utf-8. Closes #286 il y a 14 ans
  Ask Solem 85de477410 Last commit should have been for Flask-Celery, doh il y a 14 ans
  Ask Solem a057a16d18 tox: For some reason coverage messes up imports (probably because of the flaskext namespace) il y a 14 ans
  Ask Solem 25fe576f92 Added Allan Caffee to AUTHORS il y a 14 ans
  Ask Solem 4b8088978f Cosmetics il y a 14 ans
  Allan Caffee 8a657a4bc1 docs: Fix some gramatical and typographic errors il y a 14 ans
  Ask Solem 475c6b7a97 Doh managed to add an author twice il y a 14 ans
  Ask Solem 0ed096e78a Added Norman Richards to AUTHORS il y a 14 ans
  Norman Richards fbf90ed0bf minor doc revisions for tasksets il y a 14 ans
  Ask Solem a846106642 Added Christoph Burgmer to AUTHORS il y a 14 ans
  Ask Solem 9cfa3e6a28 Added interface test for BaseBackend._forget il y a 14 ans
  Ask Solem 87d7e09937 Merge branch 'cburgmer/master' il y a 14 ans
  jpellerin 463c14b474 Removed forced activation of log colorization. il y a 14 ans
  Ask Solem c09e686897 Fixes required for Flask-Celery to work il y a 14 ans
  Ask Solem b9b35f32b6 Loader configuration (e.g. django.conf) should not be included when pickling an app il y a 14 ans
  Ask Solem 1065ce4b80 added community link: Making Celery and PyMongo play nicely together il y a 14 ans
  Ask Solem 1448582298 Monitoring user guide: Fixed typo inspect states -> states il y a 14 ans
  Ask Solem 482dcec930 Fixed single typo in the documentation il y a 14 ans
  Ask Solem 9ff42be19b Requires pyparsing >= 1.5.0, as 1.4.x will not work il y a 14 ans
  Ask Solem cf4e737269 sys.version_info comparison fail il y a 14 ans
  Ask Solem ad532dfce1 repr(exc) does not include .args on Python 2.4 il y a 14 ans
  Ask Solem 462822a55f cry sighandler does not work on Python 2.4, as sys._current_frames is not available there il y a 14 ans
  Ask Solem 7188f18cc6 Changed reentrant -> idempotent il y a 14 ans
  Ask Solem 97a231068b Added Norman Richards to AUTHORS il y a 14 ans
  Norman Richards 4d5ac47471 allow EagerResult to be saved in TaskSetResult - closes GH-288 il y a 14 ans
  Ask Solem da49483161 Added jpellerin to AUTHORS il y a 14 ans