Historial de Commits

Autor SHA1 Mensaje Fecha
  Ask Solem fe52adccfc Daemonization cookbook: Documented generic init.d scripts. Closes #260 hace 14 años
  Ask Solem c595b6a689 Adds celery.current_app hace 14 años
  Ask Solem 186127184e Added experimental PublisherPool implementation hace 14 años
  Ask Solem 111a2bd765 AMQP Backend: Don't silence exceptions occurring while sending results, but propogate them. hace 14 años
  Ask Solem fb4ab44b7b apply_async: Added the ability to retry publishing the task message in the event of connection loss or failure. hace 14 años
  Ask Solem a5e15c7ecd AMQP Result backend: Use connection.ensure when retrying publishing results, and don't create a new channel for every publish hace 14 años
  Ask Solem f0d761bce7 Worker pid is now sent with the task-accepted event. hace 14 años
  Ask Solem 5b64e20deb Removed tests that does not apply anymore hace 14 años
  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 hace 14 años
  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 hace 14 años
  Ask Solem 59bcc72965 Revert commit 0e5a7b4fdd0a05a6806f8a56c05c6f2fa735a7ba as init scripts are not Django specific. Closes #279 hace 14 años
  Ask Solem 3dd11c4ee8 Added signals: `beat_init` and `beat_embedded_init` hace 14 años
  Ask Solem aa66cb6f40 TaskRequest.on_failure now encodes traceback to the current filesystem encoding, not hardcoded utf-8. Closes #286 hace 14 años
  Ask Solem 85de477410 Last commit should have been for Flask-Celery, doh hace 14 años
  Ask Solem a057a16d18 tox: For some reason coverage messes up imports (probably because of the flaskext namespace) hace 14 años
  Ask Solem 25fe576f92 Added Allan Caffee to AUTHORS hace 14 años
  Ask Solem 4b8088978f Cosmetics hace 14 años
  Allan Caffee 8a657a4bc1 docs: Fix some gramatical and typographic errors hace 14 años
  Ask Solem 475c6b7a97 Doh managed to add an author twice hace 14 años
  Ask Solem 0ed096e78a Added Norman Richards to AUTHORS hace 14 años
  Norman Richards fbf90ed0bf minor doc revisions for tasksets hace 14 años
  Ask Solem a846106642 Added Christoph Burgmer to AUTHORS hace 14 años
  Ask Solem 9cfa3e6a28 Added interface test for BaseBackend._forget hace 14 años
  Ask Solem 87d7e09937 Merge branch 'cburgmer/master' hace 14 años
  jpellerin 463c14b474 Removed forced activation of log colorization. hace 14 años
  Ask Solem c09e686897 Fixes required for Flask-Celery to work hace 14 años
  Ask Solem b9b35f32b6 Loader configuration (e.g. django.conf) should not be included when pickling an app hace 14 años
  Ask Solem 1065ce4b80 added community link: Making Celery and PyMongo play nicely together hace 14 años
  Ask Solem 1448582298 Monitoring user guide: Fixed typo inspect states -> states hace 14 años
  Ask Solem 482dcec930 Fixed single typo in the documentation hace 14 años