História revízii

Autor SHA1 Správa Dátum
  Stefan Kjartansson 51e4e677b2 Adds EMAIL_USE_TLS option. Closes #418 14 rokov pred
  Ask Solem 81d5ffa843 PEP8ify + pyflakes 14 rokov pred
  Ask Solem aa5b7d88c0 Merge branch 'leobantech/master' 14 rokov pred
  Ask Solem 9497342cfa Broker option (-b URL) now works with celeryctl, camqadm and celeryev 14 rokov pred
  Ask Solem bb0ec919ba Now supports using broker URLs, with the -b option (all programs) or CELERY_BROKER_URL 14 rokov pred
  Leo Dirac d6ab7e0511 CELERY_RESULT_DB_SHORT_LIVED_SESSIONS allows not caching database connections 14 rokov pred
  Ask Solem 95b3701fa0 Documents undocumented configuration keys 14 rokov pred
  Ask Solem ce9e21ff1f Default pool on PyPy 1.5+ is now multiprocessing 14 rokov pred
  Ask Solem 50800f0114 Don't set default BROKER_* values, but leave that up to the individual Kombu transports 14 rokov pred
  lookfwd 4af6942cea adding SSL email configuration (support for gmail etc.) 14 rokov pred
  Ask Solem ca43b67523 Cleans up the redis backend, configuration keys now CELERY_REDIS_* instead of REDIS_* 14 rokov pred
  Ask Solem 5d1a050445 Use flake8 instead of pep8+pyflakes and the silly flake ignore list 14 rokov pred
  Ask Solem eb92aa81b5 Documents missing settings and corrects quite a few typos in the configuration reference. Closes #371 14 rokov pred
  Ask Solem 15efd49613 Merge branch 'autopool' 14 rokov pred
  Ask Solem 0e5c224436 Connection/Publisher pool disabled by default. Requires kombu master 14 rokov pred
  Ask Solem 9d01e788c9 Results are now disabled by default. 14 rokov pred
  Ask Solem e9a5c8e833 Merge branch 'ryanpetrello/master' 14 rokov pred
  Ask Solem 064a370cbd Merge branch 'master' into autopool 14 rokov pred
  Ask Solem 3bfdca1c0e Renamed celery.worker.controllers -> celery.worker.mediator 14 rokov pred
  Ask Solem 10cb5780dc Configure pool limit using BROKER_POOL_LIMIT (default 10) 14 rokov pred
  Ryan Petrello 3bb7227c54 Fixing a bug. 14 rokov pred
  Ask Solem d97051dadc All methods using connections now use the connection pool/publisher pool by default 14 rokov pred
  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`). 14 rokov pred
  Ask Solem 324b37a9e5 Task logger format accidentally not used anymore. Closes #317. Thanks to stugots 14 rokov pred
  Ask Solem 0b5134d42a PyPy: Disable pool by default 15 rokov pred
  Ask Solem 94d7694b37 Jython: Threads is now default under jython, and depends on threadpool + simplejson 15 rokov pred
  Ask Solem 156c8edb02 Cosmetics and cleanup 15 rokov pred
  Ask Solem e3bba2d089 Cosmetics 15 rokov pred
  Ask Solem 81388574c3 Preparing CELERYBEAT_SCHEDULE is now the responsibility of Scheduler not post_config_merge 15 rokov pred
  Ask Solem fb4ab44b7b apply_async: Added the ability to retry publishing the task message in the event of connection loss or failure. 15 rokov pred