Граф коммитов

133 Коммитов

Автор SHA1 Сообщение Дата
Ashish Dubey 6fc67563b5 Fix syntax error 2013-03-12 02:00:18 +05:30
Ask Solem 1517570fe4 Py3 fixes 2013-03-06 14:57:38 +00:00
Ask Solem d7ea6c4b38 Fixes syntax error in example 2013-03-06 14:07:35 +00:00
Ask Solem 43c4406910 Renames celery.bin.celeryd to celery.bin.worker 2012-11-16 18:07:51 +00:00
Ask Solem df87559855 Code now works on both Python 3 and Python 2 (without using 2to3) 2012-11-08 19:04:23 +00:00
Ask Solem b845047aef ...but seems we can use code-blocks 2012-10-11 16:11:43 +01:00
Ask Solem 1f7ddc0423 Can't use sphinx markup in directory readme's 2012-10-11 16:10:57 +01:00
Ask Solem 40aadcb9b4 Move Django example one dir below 2012-10-11 16:08:28 +01:00
Ask Solem 04b0027e64 Celery now supports Django out of the box, just by setting DJANGO_SETTINGS_MODULE envvar
There's a new example Django project in examples/django

Closes #795
2012-10-11 16:03:28 +01:00
Ask Solem d8a0591091 Merge branch '3.0'
Conflicts:
	README.rst
	celery/__init__.py
	celery/task/trace.py
	docs/includes/introduction.txt
	docs/userguide/periodic-tasks.rst
	docs/userguide/signals.rst
	requirements/default-py3k.txt
	requirements/default.txt
	setup.cfg
2012-09-24 16:01:39 +01:00
Bryan Bishop 613ccff592 Fix typo in examples/eventlet and formatting. 2012-09-24 15:59:13 +01:00
Ask Solem 3012372216 Merge branch '3.0' 2012-08-22 14:20:30 +01:00
Ask Solem 4eef933ad3 Adds example setup.py to next-steps 2012-08-20 16:38:15 +01:00
Ask Solem b23fd8c3f6 Use more str.format 2012-07-22 17:07:48 +01:00
Ask Solem 2c4fa2890b Use except .. as exc 2012-07-20 17:23:15 +01:00
Ask Solem f72ca1377d On 2.6 we don't have to import with statement from __future__
Conflicts:

	celery/bin/celeryctl.py
	celery/tests/test_app/__init__.py
	celery/tests/test_app/test_app_amqp.py
	celery/tests/test_app/test_app_defaults.py
	celery/tests/test_app/test_loaders.py
	celery/tests/test_app/test_log.py
	celery/tests/test_app/test_routes.py
	celery/tests/test_backends/__init__.py
	celery/tests/test_backends/test_redis.py
	celery/tests/test_bin/__init__.py
	celery/tests/test_bin/test_celeryd.py
	celery/tests/test_task/__init__.py
	celery/tests/test_task/test_chord.py
	celery/tests/test_task/test_registry.py
	celery/tests/test_task/test_result.py
	celery/tests/test_task/test_task_http.py
	celery/tests/test_worker/test_worker_job.py
	contrib/release/flakeplus.py
2012-07-20 16:56:30 +01:00
Ask Solem 9000f31d6f Mention timezone settings 2012-07-07 12:51:54 +01:00
Ask Solem 4e9be9e731 Doc improvements 2012-07-07 11:11:43 +01:00
Ask Solem 9372cc73c7 Renames app.broker_connection -> app.connection 2012-06-24 17:21:58 +01:00
Ask Solem 7af762d1b7 More single quotes 2012-06-15 19:26:02 +02:00
Ask Solem 18896aa9f2 Remove old pythonproject example 2012-06-15 19:08:42 +02:00
Ask Solem 4e14f7605e Consistently use @task() (with parens) in docs 2012-06-07 19:35:02 +01:00
Ask Solem 98eca36a45 Fixes examples/app 2012-06-07 19:29:52 +01:00
Ask Solem 4272feb940 Tests passing 2012-05-11 16:01:54 +01:00
Ask Solem 5a22319a92 Writing on the next-steps tutorial 2012-05-09 19:41:55 +01:00
Ask Solem 6fa86ebd28 Started on the next-steps tutorial 2012-05-09 14:36:31 +01:00
Ask Solem a4f2874e82 Modernize Kombu integration 2012-05-04 20:41:00 +01:00
Ask Solem 78d509280f Use anyjson.loads/dumps instead of serialize/deserialize 2012-04-10 15:12:08 +01:00
Ask Solem 554931f9a2 Use celery.start() instead of celery.celery_main() 2012-03-29 15:17:58 +01:00
Ask Solem faf517576c Simplifying the tutorail even more 2012-03-29 15:05:53 +01:00
Ask Solem c8479b7aec HTTP gateway example used removed celery.ping task 2012-02-28 13:50:04 +00:00
Ask Solem 7bc3975b7f Adds celery.task.current for the currently executing task 2012-02-18 13:35:02 +00:00
Ask Solem 75909482d4 It's not a 'result tree', it's a graph 2012-02-18 13:17:26 +00:00
Ask Solem b4a0d10f34 Adds example working with result trees. 2012-01-30 16:20:39 +00:00
Ask Solem 62647576d4 Examples now use broker URL. sqlakombu is currently broken though, need to find a solutionf or that 2011-08-20 16:05:40 +01:00
Ask Solem 2e07444f11 Fixes some typos in examples/eventlet/bulk_task_producer.py 2011-06-06 18:15:43 +01:00
Ask Solem 565f9e05ad Added eventlet bulk producer example 2010-12-13 16:05:00 +01:00
Ask Solem d4013e5389 celery.decorators.task replaced with celery.task, where the latter does not support magic keyword arguments. 2010-12-07 14:39:21 +01:00
Ask Solem 86becd34e0 Fixed rst typo 2010-12-01 22:03:52 +01:00
Ask Solem 4b314f37c6 Added README.rst to examples/eventlet 2010-12-01 22:00:35 +01:00
Ask Solem 4ddf4bf68a wording 2010-12-01 15:03:01 +01:00
Ask Solem c22ff024a2 eventlet webcrawler example: Simply require pybloom so the example is easier 2010-12-01 15:01:37 +01:00
Ask Solem edf8efa652 Eventlet webcrawler example now uses a bloom filter to have a lower chance of recrawling an URL it has already crawled 2010-12-01 14:57:35 +01:00
Ask Solem 785ab7925a PEP8ify + pyflakes 2010-11-30 16:46:07 +01:00
Ask Solem 6f252d0da0 Added eventlet example: recursive webcrawler 2010-11-30 16:06:39 +01:00
Ask Solem f74558eaff Added examples/gevent 2010-11-29 16:09:34 +01:00
Ask Solem 3eeafdb1cc Added examples/eventlet 2010-11-29 15:56:14 +01:00
Ask Solem 7da86c7ba0 Cosmetics 2010-10-28 15:37:33 +02:00
Ask Solem b166de221e Removed leftover statements 2010-10-28 14:18:24 +02:00
Ask Solem 4fbdffdfbc PEP8ify 2010-10-28 13:23:12 +02:00
Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 2010-10-27 12:02:48 +02:00
Ask Solem d4a75425a3 Magic keyword arguments are now available as task.request. Tasks can choose to not accept magic keyword arguments by setting task.accept_magic_kwargs=False. task.retry/task.get_logger and task.update_state now uses the values in task.request by default. 2010-10-15 14:33:38 +02:00
Ask Solem dbe832f744 Can now configure the apps main module name, used to autogenerate the module name if '__main__' 2010-10-15 11:53:19 +02:00
Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 2010-09-20 14:45:15 +02:00
Ask Solem 76bcc628c6 Accidentally removed some lines 2010-08-06 09:58:40 +02:00
Ask Solem 523c59752b Some outdates settings in celeryconfig of example python project 2010-08-06 09:57:03 +02:00
Ask Solem 07b299cf92 Some more minor django references removed 2010-05-20 23:01:00 +02:00
Ask Solem 872620cbe6 examples/django moved to django-celery 2010-05-20 22:32:38 +02:00
Rune Halvorsen 09e7b1501f Removed unneccessary import 2010-04-04 13:02:28 +02:00
Ask Solem ad50ad3e66 Added example tasks and settings to examples/django/demoproject 2010-03-30 17:09:05 +02:00
Ask Solem 6b3a480e8b CELERY_BACKEND renamed to CELERY_RESULT_BACKEND, but keep CELERY_BACKEND as a compat setting. 2010-03-22 11:44:30 +01:00
Rune Halvorsen 659389c873 Proofread readme in httpexample 2010-02-10 23:35:36 +01:00
Rune Halvorsen 82eccf97f0 Proofread the ghetto queue example readme 2010-02-10 23:31:41 +01:00
Rune Halvorsen 3299d76ecc Proofread readme for http gateway example 2010-02-10 23:25:09 +01:00
Ask Solem b117046ad6 Added example project using database/redis as the message queue. 2010-02-09 16:58:08 +01:00
Ask Solem e6e8766ea6 Managed to commit some debugging code. 2010-02-09 16:35:30 +01:00
Ask Solem 6ad91bdc1b Working on 1.0 announcement. Sucks so far :( 2010-02-09 12:00:08 +01:00
Ask Solem 94de4a3d6a PEP8ify + pyflakes 2010-01-29 17:26:19 +01:00
Ask Solem 72a0778847 Added README.rst to examples/pythonproject/demoapp 2010-01-29 13:26:29 +01:00
Ask Solem 12ee359e8b Added examples/README.rst 2010-01-29 13:03:10 +01:00
Ask Solem ae04ca7b32 Added title to httpexample README 2010-01-29 13:00:04 +01:00
Ask Solem a7f76b371b Added README.rst to celery_http_gateway example. 2010-01-29 12:56:56 +01:00
Ask Solem b1f7c7995f Merge branch 'httprefactor' 2010-01-28 16:59:05 +01:00
Ask Solem 5e9d7bf3a4 Cleaned up celery.task.http some more, e.g. it's now easier to override the
make_request method, to implement other http client libraries, also a new
decorator has been added for Django applications: celery.views.task_webhook, which turns any function
into a webhook task.
2010-01-28 16:58:09 +01:00
Ask Solem a76681f137 Added example: examples/httpexample with a simple http task. 2010-01-28 15:43:48 +01:00
Ask Solem 95522e7383 Added new example: examples/celery_http_gateway, a simple http service for applying tasks and querying task results via http. 2010-01-27 14:11:15 +01:00
Ask Solem ad935fdac5 Reorganized documentation 2010-01-13 21:23:26 +01:00
Ask Solem 87960ce141 89% coverage 2009-12-23 11:51:38 +01:00
Ask Solem a40fc34d38 PEP8ify 2009-12-07 19:12:39 +01:00
Ask Solem 4ef8d04d68 Remove example project sqlite database 2009-12-07 17:36:33 +01:00
Ask Solem 507c8b331c An erlang crash dump was added by mistake 2009-12-07 17:36:10 +01:00
Ask Solem 3932a99c45 Working (but not very useful) Python project example 2009-12-02 14:43:36 +01:00
Ask Solem b5f44f6001 Added examples/ (not done) 2009-12-01 17:32:56 +01:00