Commit History

Author SHA1 Message Date
  Ask Solem 0e5c224436 Connection/Publisher pool disabled by default. Requires kombu master 14 years ago
  Ask Solem 57dac938f5 Tests passing again 14 years ago
  Ask Solem 064a370cbd Merge branch 'master' into autopool 14 years ago
  Ask Solem 71c2f5499a multiprocessing.Pool: Fixes race condition with WorkerLostError. 14 years ago
  Ask Solem 711d349996 Use multiprocessing.register_after_fork to deal with fork cleanup 14 years ago
  Ask Solem ad6e53a02f beat: Cosmetics 14 years ago
  Ask Solem c8efe314bd celerybeat: Respect --pidfile even if not --detach. Closes #363 14 years ago
  Ask Solem 4a12e1c2ae Forgot to import celery.signals 14 years ago
  Ask Solem 9c04913c9d Adds signals: eventlet_pool_started, eventlet_pool_preshutdown, eventlet_pool_postshutdown, eventlet_pool_apply 14 years ago
  Ask Solem faf48837e9 Tests passes again 14 years ago
  Ask Solem 3bfdca1c0e Renamed celery.worker.controllers -> celery.worker.mediator 14 years ago
  Ask Solem ac0baa5542 Threads must call os._exit to terminate the server on crash 14 years ago
  Ask Solem e71a89c22d Merge branch 'stipa/master' 14 years ago
  Ask Solem fa2cd0b3b8 Tests passing 14 years ago
  Ask Solem f944b8c169 Fixed typo seconds=int, seconds=delta. Closes #352. Thanks to LawrenceK 14 years ago
  Ask Solem 10cb5780dc Configure pool limit using BROKER_POOL_LIMIT (default 10) 14 years ago
  Ask Solem da74cd1ed3 broadcast commands should not log with level warning 14 years ago
  Ask Solem d97051dadc All methods using connections now use the connection pool/publisher pool by default 14 years ago
  Ask Solem 8756fd39d8 Functional tests passing again 14 years ago
  Ask Solem ab301c2004 AMQP result backend: Reset cached chan on producer when connection lost 14 years ago
  Ask Solem d4a46861e7 Adds worker_pid to TaskRequest.info() 14 years ago
  Ask Solem 8dc7051de0 Don't sleep when the bucket is empty, rather wait for a task to be received 14 years ago
  Ask Solem 0cc9cb7835 PEP8ify + pyflakes 14 years ago
  Ask Solem 5ca6bee22d Tests passes again 14 years ago
  stipa 67def1ea77 Add error handling when reading corrupted shelve file 14 years ago
  Ask Solem bba695e5ba Show proper error message for commands that doesn't support positional args 14 years ago
  Ask Solem 6b91c7e0f2 Try to fix #315 14 years ago
  Ask Solem 309e15a099 Autoscaler: Changes all process busy message to be a debug message 14 years ago
  jpellerin 2cdd1d8c3d Autoscaler: log warning instead of error when unable to scale down due to busy processes. 14 years ago
  Ask Solem e5252c1bec Beat: PersistentScheduler: Automatically remove corrupted db. Closes #346. Thanks to stipa 14 years ago