Histórico de Commits

Autor SHA1 Mensagem Data
  Ask Solem eb81270dbe AMQP result backend: Fixed typo channel.release -> channel.close há 15 anos atrás
  Ask Solem 7296712206 Added Chris Rose to AUTHORS há 15 anos atrás
  Ask Solem c1eb62f9d3 Cosmetics há 15 anos atrás
  Ask Solem a33e42f0d1 Merge branch 'offbyone/db-backend-consistency' há 15 anos atrás
  Ask Solem 264f82d716 Documentation cosmetics há 15 anos atrás
  Ask Solem 5156e1b948 Added missing autodoc pages. paver releaseok now passes há 15 anos atrás
  Ask Solem 6a50b1c474 Bumped version to 2.2.0a6 há 15 anos atrás
  Ask Solem 4ddf4bf68a wording há 15 anos atrás
  Ask Solem c22ff024a2 eventlet webcrawler example: Simply require pybloom so the example is easier há 15 anos atrás
  Ask Solem edf8efa652 Eventlet webcrawler example now uses a bloom filter to have a lower chance of recrawling an URL it has already crawled há 15 anos atrás
  Ask Solem 3b4f5699ab Merge branch 'eventlet2' há 15 anos atrás
  Ask Solem 1b8e2777d1 Catch channel errors when deleting result queue with if_empty=True há 15 anos atrás
  Ask Solem d5a67b4da9 celeryd help for --pool: Mention that processes is the default pool há 15 anos atrás
  Ask Solem 785ab7925a PEP8ify + pyflakes há 15 anos atrás
  Ask Solem a776203bf5 Remove now unused private method worker.consumer.Consumer._mainloop há 15 anos atrás
  Ask Solem 0f1c3b6019 Tests passing again há 15 anos atrás
  Ask Solem 6f252d0da0 Added eventlet example: recursive webcrawler há 15 anos atrás
  Ask Solem e6451a6117 ETA tasks now working with evenlet using spawn_after_local instead of timer2.Timer há 15 anos atrás
  Ask Solem cc57a3e8ec Can't call worker.stop/terminate from signal handler if running with eventlet há 15 anos atrás
  Ask Solem b0345dc457 Various eventlet related fixes (shutdown) and added a -P|--pool argument to celeryd to select pool implementation on the commandline há 15 anos atrás
  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 há 15 anos atrás
  Ask Solem ab6979deba Greatly simplied the eventlet pool code, thanks to Ryan Williams há 15 anos atrás
  Ask Solem a083980ab6 Added TaskSetResult.iter_native: Native way to iterate on multiple results as they finish há 15 anos atrás
  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 há 15 anos atrás
  Ask Solem d3860f8880 Added concurrency model aliases: eventlet, gevent, processes há 15 anos atrás
  Ask Solem f74558eaff Added examples/gevent há 15 anos atrás
  Ask Solem bbd8127581 Added concurrency support for gevent (http://gevent.org) há 15 anos atrás
  Ask Solem 3eeafdb1cc Added examples/eventlet há 15 anos atrás
  Ask Solem f9c8f2047e Added community link há 15 anos atrás
  Ask Solem 85d1b19a2a Removed Timer thread há 15 anos atrás