Commit History

作者 SHA1 備註 提交日期
  Ask Solem 77b9359629 Fixed typo hold -> held. Closes #212. Thanks to wil1 15 年之前
  Ask Solem ad7035f169 Added CELERY_REDIRECT_STDOUTS + CELERYD_REDIRECT_STDOUTS_LEVEL settings.CELERY_REDIRECT_STDOUTS is used by celeryd and celerybeat, and if enabled all output to stdout and stderr will be redirected to the current logger.CELERY_REDIRECT_STDOUTS_LEVEL decides the loglevel used and is WARNING by default. 15 年之前
  Ask Solem 6bd02d855d celerybeat: Cooler splash screen, with more info 15 年之前
  Ask Solem 66bf287356 Added CELERYBEAT_SCHEDULER setting, used to define the default for celerybeats -S option 15 年之前
  Ask Solem dbea0da533 celeryd-multi: Fixed 'set changed size during iteration' bug in restart 15 年之前
  Ask Solem 816afda57f New remote control commands: add_consumer + cancel_consumer* add_consumer queue exchange exchange_type routing_key **options Tells the worker to declare and consume from the specified declaration.* cancel_consumer queue_name Tells the worker to stop consuming from queue (by queue name).Commands also added to celeryctl and celery.task.control.inspect 15 年之前
  Ask Solem 2921170d78 control.inspect: Removed now invalid command diagnose() 15 年之前
  Ask Solem fad2d04f79 Beat: Log tracebacks if the message can't be sent 15 年之前
  Ask Solem 0f8f822508 PEP8ify 15 年之前
  Ask Solem 73afe9a08e Beat: Set default socket timeout to 30 15 年之前
  Ask Solem 647cff9ed6 README/introduction/homepage: Added link to Flask-Celery 15 年之前
  Ask Solem 7039f7650d celery.events.state: Added __repr__ for state.Task and state.Worker 15 年之前
  Ask Solem a0a404b10f Merged 2.1.0 Changelog into app branch (2.2.0) 15 年之前
  Ask Solem 81b1321ded Fixed rst error in userguide/tasks 15 年之前
  Ask Solem 1e0c8cccbc Beat: Forgot to import celery.registry 15 年之前
  Ask Solem 48cfe946ca Beat: Use task.apply_async instead of send_task if task registered, also reuse publisher 15 年之前
  Ask Solem 93a7dcfe0f Cache backend: expires must be an int, not float. Thanks to jonozzz 15 年之前
  Ask Solem 32ced6bf97 Added sdcooke to AUTHORS 15 年之前
  sdcooke 4ab8db2d8a Adding expires to Task 15 年之前
  Ask Solem 864402dd05 pwd and grp not available on Windows. Closes #210. Thanks to klibertb 15 年之前
  Ask Solem 97aee1816b Add newline to task failed log message 15 年之前
  Ask Solem a0626c9d70 Bug in TaskPool: The semaphore was released both at ACK and result ready. 15 年之前
  Ask Solem 25126e6d7d celeryd: Show helpful message instead of traceback for unknown loglevel. 15 年之前
  Ask Solem bb1017a5e3 Updated MANIFEST.in 15 年之前
  Ask Solem 89294d3cc8 pyflakes 15 年之前
  Ask Solem 58f1a474db Changed __homepage__ to http://celeryproject.org 15 年之前
  Ask Solem bd65628e72 Changelog: Fixed link to release cycle wiki page 15 年之前
  Ask Solem 34b0eb503e Fixed ugly typo in userguide/overview 15 年之前
  Ask Solem b7fa393a98 Documentation: Copy images locally 15 年之前
  Ask Solem 0f40a2b753 Added TaskSet.Publisher: Can be used to override the publisher class used to send subtasks 15 年之前