Commit Verlauf

Autor SHA1 Nachricht Datum
  Ask Solem 6b52605db6 Updates copyright years to include 2012 vor 13 Jahren
  Ask Solem 1515d94b39 Can now override the execution strategy for each task. vor 13 Jahren
  Ask Solem b9db4781a3 Backport of security from 3.0-devel vor 13 Jahren
  Ask Solem 641e838dd6 Cosmetics vor 13 Jahren
  Ask Solem 27caaad22c Adds module docstrings vor 14 Jahren
  Ask Solem a86bd1c64b flakeplus vor 14 Jahren
  Ask Solem f6a5c316c6 Cleans up deprecation warnings, and always display them in celery programs vor 14 Jahren
  Ask Solem 156c8edb02 Cosmetics and cleanup vor 14 Jahren
  Ask Solem b0345dc457 Various eventlet related fixes (shutdown) and added a -P|--pool argument to celeryd to select pool implementation on the commandline vor 14 Jahren
  Ask Solem 8fb16ea6fb .concurrency.processes.pool.WorkerLostError moved -> .exceptions.WorkerLostError vor 15 Jahren
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) vor 15 Jahren
  Ask Solem ee8e04d4e3 PEP8ify + pyflakes vor 15 Jahren
  Jason Baker 03bb80a226 Inserting Exception that was accidentally removed vor 15 Jahren
  Jason Baker dc32dcf87d Moving this to celery.exceptions so you can import the error for inspection without raising it. vor 15 Jahren
  Ask Solem 69b56879e5 Worker Pool: Correctly handle lost worker processes. See Python bug 9205 vor 15 Jahren
  Ask Solem d1cf157211 Missing queue definitions are now created automatically. vor 15 Jahren
  Ask Solem b8972f1b92 Renamed celery.worker.pool -> celery.concurrency.processes vor 15 Jahren
  Ask Solem 4e57d705e9 Billiard moved back to celery repo, as Debian doesn't approve much of it. vor 15 Jahren
  Ask Solem 6d701af9e6 Added support for router classes (like the django multidb routers) vor 15 Jahren
  Ask Solem aa389721b1 Revoked tasks now marked with state REVOKED, and result.get() will now raise TaskRevokedError. vor 15 Jahren
  Ask Solem 115ce982aa Added support for task soft and hard timelimits. Requires billiard timelimits branch. vor 15 Jahren
  Ask Solem 384df48005 Use our own ImproperlyConfigured exception vor 15 Jahren
  Ask Solem 76321926f6 Tests passing on 2.4 (except for database dependent tests for some reason, as sqlite is not working?) vor 15 Jahren
  Ask Solem 44dbf5b6ac Some cosmetic changes. vor 15 Jahren
  Ask Solem 4082dee3de exceptions.NotRegistered now inherits from keyerror, and TaskRegistry.__getitem__+pop raises NotRegistered instead of KeyError. vor 15 Jahren
  Ask Solem 076d016d3a Move TimeoutError to celery.exceptions vor 16 Jahren
  Ask Solem 2bbdbc1a5a Move AlreadyRegistered and NotRegistered to celery.exceptions vor 16 Jahren
  Ask Solem 0b86c43bb5 Refactor jail() into celery.execute.ExecuteWrapper vor 16 Jahren