Commit History

Author SHA1 Message Date
  Ask Solem b0f42919f1 Execution options to `apply_async` should take precedence over routes. Closes #244 14 years ago
  Ask Solem a28cfabe5f celeryev cursesmon: Make sure kwargs is not out of bounds. Closes #235. Thanks to davidstrauss 14 years ago
  Ask Solem c1bb5b4383 Log errors occurring while handling control commands, instead of propagating. 14 years ago
  Ask Solem 86becd34e0 Fixed rst typo 14 years ago
  Ask Solem 4b314f37c6 Added README.rst to examples/eventlet 14 years ago
  Ask Solem eb81270dbe AMQP result backend: Fixed typo channel.release -> channel.close 14 years ago
  Ask Solem 7296712206 Added Chris Rose to AUTHORS 14 years ago
  Ask Solem c1eb62f9d3 Cosmetics 14 years ago
  Ask Solem a33e42f0d1 Merge branch 'offbyone/db-backend-consistency' 14 years ago
  Ask Solem 264f82d716 Documentation cosmetics 14 years ago
  Ask Solem 5156e1b948 Added missing autodoc pages. paver releaseok now passes 14 years ago
  Ask Solem 6a50b1c474 Bumped version to 2.2.0a6 14 years ago
  Ask Solem 4ddf4bf68a wording 14 years ago
  Ask Solem c22ff024a2 eventlet webcrawler example: Simply require pybloom so the example is easier 14 years ago
  Ask Solem edf8efa652 Eventlet webcrawler example now uses a bloom filter to have a lower chance of recrawling an URL it has already crawled 14 years ago
  Ask Solem 3b4f5699ab Merge branch 'eventlet2' 14 years ago
  Ask Solem 1b8e2777d1 Catch channel errors when deleting result queue with if_empty=True 14 years ago
  Ask Solem d5a67b4da9 celeryd help for --pool: Mention that processes is the default pool 14 years ago
  Ask Solem 785ab7925a PEP8ify + pyflakes 14 years ago
  Ask Solem a776203bf5 Remove now unused private method worker.consumer.Consumer._mainloop 14 years ago
  Ask Solem 0f1c3b6019 Tests passing again 14 years ago
  Ask Solem 6f252d0da0 Added eventlet example: recursive webcrawler 14 years ago
  Ask Solem e6451a6117 ETA tasks now working with evenlet using spawn_after_local instead of timer2.Timer 14 years ago
  Ask Solem cc57a3e8ec Can't call worker.stop/terminate from signal handler if running with eventlet 14 years ago
  Ask Solem b0345dc457 Various eventlet related fixes (shutdown) and added a -P|--pool argument to celeryd to select pool implementation on the commandline 14 years ago
  Ask Solem d67a31295a In eventlet blocking calls must not be called in the mainthread, so added Pool.blocking(fun, *a, **kw) which spawns+waits on eventlet, or just simply calls the function for multiprocessing/threading 14 years ago
  Ask Solem ab6979deba Greatly simplied the eventlet pool code, thanks to Ryan Williams 14 years ago
  Ask Solem a083980ab6 Added TaskSetResult.iter_native: Native way to iterate on multiple results as they finish 14 years ago
  Ask Solem 060b266866 AMQP result backend now uses a connection pool (new setting: CELERY_AMQP_TASK_RESULT_CONNECTION_MAX). This means results can now be sent when running in eventlet/gevent 14 years ago
  Ask Solem d3860f8880 Added concurrency model aliases: eventlet, gevent, processes 14 years ago