Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Ask Solem 6d3273d9a9 celeryd: Ctrl+C (SIGINT) once does warm shutdown, hitting Ctrl+C twice forces termination. 15 gadi atpakaļ
  Ask Solem bb97451bf6 PEP8ify 15 gadi atpakaļ
  Ask Solem 0776a110d2 celeryd: Re-enable redirect_stdouts_to_logger() 15 gadi atpakaļ
  Ask Solem 030616c9b5 celeryd: New option --version: Dump version info and exit. 15 gadi atpakaļ
  Ask Solem bdf1a05da7 celeryd: Properly handle component exceptions at start-up 15 gadi atpakaļ
  Ask Solem 81c68db225 Forgot to import ImproperlyConfigured 15 gadi atpakaļ
  Ask Solem 79c4433b68 Default loader now prints warning on missing celeryconfig.py instead of raising ImportError. 15 gadi atpakaļ
  Ask Solem 7a270f75fe PEP8ify 15 gadi atpakaļ
  Ask Solem a085969678 Stupid bug in celery.bin.celeryd's init_queues: Should use all configured queues if -Q not specified. 15 gadi atpakaļ
  Ask Solem 8df76d0a5d celeryd -Q option: Ability to specifiy list of queues to use, disabling other configured queues. Closes #78 15 gadi atpakaļ
  Ask Solem 5f9e0cae21 Added CELERYD_MAX_TASKS_PER_CHILD / --maxtasksperchild 15 gadi atpakaļ
  Ask Solem 049199d4ac PEP8ify + pyflakes 15 gadi atpakaļ
  Ask Solem 115ce982aa Added support for task soft and hard timelimits. Requires billiard timelimits branch. 15 gadi atpakaļ
  Ask Solem 6b3a480e8b CELERY_BACKEND renamed to CELERY_RESULT_BACKEND, but keep CELERY_BACKEND as a compat setting. 15 gadi atpakaļ
  Ask Solem 96e01cce6c Now works with Windows again! 15 gadi atpakaļ
  Ask Solem 9599b41c2f celery.beat: _Process must be pickleable to work in Windows. 15 gadi atpakaļ
  Ask Solem afbd6429d0 PEP8ify 15 gadi atpakaļ
  Ask Solem 54aeaf8717 Now runs worker.stop when hit with the TERM signal. 15 gadi atpakaļ
  Ask Solem 487387ff48 Fixed typo in SIGINT handler 15 gadi atpakaļ
  Ask Solem 19a173897d celeryd now warns about memory leak when using settings.DEBUG 15 gadi atpakaļ
  Ask Solem fa0a4d4763 Merge branch 'aaronelliotross/master' 15 gadi atpakaļ
  Ask Solem af6d45f0d9 Shutdown properly on TERM, and ack() early instead of late, this is important as we can't ack it if the broker connection is lost. 15 gadi atpakaļ
  Ask Solem e65184933a Added --schedule|-s option to celeryd, so it is possible to specify a schedule filename when using the -B option, also debian init scripts is now using the --chdir option of start-stop-daemon. Thanks to David De La Harpe Golden. Closes #72 15 gadi atpakaļ
  Ask Solem 3ae14215d0 celeryd: Stop worker on SIGTERM 15 gadi atpakaļ
  Aaron Ross 2cd7f229ff Cleanly shutdown the pool by catching TERM and calling close(), uncleanly shutdown the pool by catching INT and calling terminate() 15 gadi atpakaļ
  Ask Solem e429a776d7 Handle SIGTERM, embedded celerybeat should not be daemon=True. 15 gadi atpakaļ
  Ask Solem db5e073893 Refactored celery.bin.celeryd so it's possible to test it 15 gadi atpakaļ
  Ask Solem ca14eb206c celeryd: Added the ability to set custom hostname via -n|--hostname 15 gadi atpakaļ
  Ask Solem 4caae56b60 Pyflakes 15 gadi atpakaļ
  Ask Solem f70a20126c celery.loaders.Loader no longer exists, so removed reference to it. 15 gadi atpakaļ