コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem c8efe314bd celerybeat: Respect --pidfile even if not --detach. Closes #363 15 年 前
  Ask Solem 4a12e1c2ae Forgot to import celery.signals 15 年 前
  Ask Solem 9c04913c9d Adds signals: eventlet_pool_started, eventlet_pool_preshutdown, eventlet_pool_postshutdown, eventlet_pool_apply 15 年 前
  Ask Solem faf48837e9 Tests passes again 15 年 前
  Ask Solem 3bfdca1c0e Renamed celery.worker.controllers -> celery.worker.mediator 15 年 前
  Ask Solem ac0baa5542 Threads must call os._exit to terminate the server on crash 15 年 前
  Ask Solem e71a89c22d Merge branch 'stipa/master' 15 年 前
  Ask Solem fa2cd0b3b8 Tests passing 15 年 前
  Ask Solem f944b8c169 Fixed typo seconds=int, seconds=delta. Closes #352. Thanks to LawrenceK 15 年 前
  Ask Solem 10cb5780dc Configure pool limit using BROKER_POOL_LIMIT (default 10) 15 年 前
  Ask Solem da74cd1ed3 broadcast commands should not log with level warning 15 年 前
  Ryan Petrello 3bb7227c54 Fixing a bug. 15 年 前
  Ryan Petrello 443751b84c Changing the `BROKER_BACKEND_EXTRA_ARGS ` config option to `BROKER_TRANSPORT_OPTIONS`. 15 年 前
  Ask Solem d97051dadc All methods using connections now use the connection pool/publisher pool by default 15 年 前
  Ask Solem 8756fd39d8 Functional tests passing again 15 年 前
  Ryan Petrello def7d5b966 Adding support for the `BROKER_BACKEND_EXTRA_ARGS` configuration option, an optional dict() which can be used to pass connection arguments to alternative broker implementations (like `sqlakombu`). 15 年 前
  Ryan Petrello d860590da8 Adding support for the `BROKER_BACKEND_EXTRA_ARGS` configuration option, an optional dict() which can be used to pass connection arguments to alternative broker implementations (like `sqlakombu`). 15 年 前
  Ask Solem ab301c2004 AMQP result backend: Reset cached chan on producer when connection lost 15 年 前
  Ask Solem d4a46861e7 Adds worker_pid to TaskRequest.info() 15 年 前
  Ask Solem 8dc7051de0 Don't sleep when the bucket is empty, rather wait for a task to be received 15 年 前
  Ask Solem 0cc9cb7835 PEP8ify + pyflakes 15 年 前
  Ask Solem 5ca6bee22d Tests passes again 15 年 前
  stipa 67def1ea77 Add error handling when reading corrupted shelve file 15 年 前
  Ask Solem bba695e5ba Show proper error message for commands that doesn't support positional args 15 年 前
  Ask Solem 6b91c7e0f2 Try to fix #315 15 年 前
  Ask Solem 309e15a099 Autoscaler: Changes all process busy message to be a debug message 15 年 前
  jpellerin 2cdd1d8c3d Autoscaler: log warning instead of error when unable to scale down due to busy processes. 15 年 前
  Ask Solem e5252c1bec Beat: PersistentScheduler: Automatically remove corrupted db. Closes #346. Thanks to stipa 15 年 前
  Ask Solem 3516627969 Commands: Don't load config when printing --version. Closes #347. Thanks to nairbv 15 年 前
  Ask Solem 58d12a0737 Removes left-over print statement 15 年 前