Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/celery/django-celery

Old Celery integration project for Django
https://github.com/celery/django-celery

Django Admin Interface monitor working and looking good :)

See the screenshots in the Github Downloads/ section.

To start monitoring your workers you have...

b50d1802036841d7feb9eb5130dec63e95ff3380 authored over 14 years ago by Ask Solem <[email protected]>
Django Admin Monitor started

The snapshot camera will now cleanup the monitor state periodically.
Tasks with an exception sta...

32cf23657f061ccc6e85c1b606cac07d033e71a2 authored over 14 years ago by Ask Solem <[email protected]>
manage.py celerycam: Shortcut to celeryev --camera=djcelery.snapshot.Camera

510d2564e0353f685318e43efe48e14637237878 authored over 14 years ago by Ask Solem <[email protected]>
djcelery.snapshot.Camera: Store events in the database using celeryev.

Using the snapshot feature available in celery master branch.
The resulting worker and task stat...

9b1d1d3e7b0bbd6456834adb0403f2c9b4359a2a authored over 14 years ago by Ask Solem <[email protected]>
Bumped version to 2.0.2

85696637c6e9e2a358940697b7d217547378e1af authored over 14 years ago by Ask Solem <[email protected]>
Added new step to "getting started"

14c20022908c01540f09cdb1fd86936046a92c12 authored over 14 years ago by Ask Solem <[email protected]>
Renamed celery_tasks -> registered_tasks

3660594dd4923c18fe015f98969bef052fd536cc authored over 14 years ago by Ask Solem <[email protected]>
Merge branch 'jasonbaker/master'

a6192efdac45e6d03fc2a0ad7eaac0c48a981a1a authored over 14 years ago by Ask Solem <[email protected]>
Now have to add the following to your settings.py::

import djcelery
djcelery.setup_loader()

This will make sure the celery Django loader is...

3cca8386c0a38e9b3e358ecee1a8bf36f3241fd2 authored over 14 years ago by Ask Solem <[email protected]>
Adding . to task_id regex

c0785eeeed896a2f1016f7bceb197d43e3ace907 authored over 14 years ago by Jason Baker <[email protected]>
Renaming this. It conflicts with the global tasks import.

12de73efd615eb2f12f555be1f4f8b89c5a1e09a authored over 14 years ago by Jason Baker <[email protected]>
Adding tasks view to urls

e269fdaa4fc8d28f345c78932221c2dcc0db4d71 authored over 14 years ago by Jason Baker <[email protected]>
Adding a view to list currently known tasks

f062e7199dafc6c1dfafccf653208f2078e5a4b5 authored over 14 years ago by Jason Baker <[email protected]>
requirements/default.txt: celery>=1.1.0 -> celery>=2.0.0

35926122fc6a50f095fc6b175c35934e7604396e authored over 14 years ago by Ask Solem <[email protected]>
Use Armin Ronacher's Celery theme

c4ccdbbbf1729b13f51f810d344aef90c9b61f34 authored over 14 years ago by Ask Solem <[email protected]>
Merged rune's docfixes

6186b9c881d98c787ef5cb343dd5d721e039365c authored over 14 years ago by Ask Solem <[email protected]>
Merge branch 'runeh/master'

5b46884a85afda130ec0ed26dc5d63cd04e10a53 authored over 14 years ago by Ask Solem <[email protected]>
Added wsgi note to first-steps-with-django as well.

fddb69805a1f10739883b7d7926eddedab8b5063 authored over 14 years ago by Ask Solem <[email protected]>
Added special note to README for mod_wsgi users.

25cbc30fdc83e25e8cddd834823de7a044a98381 authored over 14 years ago by Ask Solem <[email protected]>
Use from demoapp import tasks instead

f1c482f659311b5471dfde17a7b61251f33bf1e4 authored over 14 years ago by Ask Solem <[email protected]>
Fixed the demoproject

2a72a12420c586f895405288757e798fe29d3276 authored over 14 years ago by Ask Solem <[email protected]>
Removed django specific debian init files, as the ones in celery should work

with django too. (Read the daemonization docs)

3b45b2d274353ab8f0bf2172ff8c2a2cdc560fae authored over 14 years ago by Ask Solem <[email protected]>
Some typo and language fixes

ce8c7cdc8f6c63e2e360ccb97a5c2566d34f0dce authored over 14 years ago by Rune Halvorsen <[email protected]>
Bumped version to 2.0.0

b2f63e49d15265b30fcce54a668ca05444b4a04b authored over 14 years ago by Ask Solem <[email protected]>
Merge branch 'master' of github.com:ask/django-celery

fd1a5d4ed79cfc783bde4d8638b6632675f4b5d1 authored over 14 years ago by Ask Solem <[email protected]>
Render README

d89220abcad0db84a893bb949702d52180776b73 authored over 14 years ago by Ask Solem <[email protected]>
Expiry for cache keys must be int, not float. Closes #4. Thanks to jonozzz

b405f57a811204fe6fe21eb4d8ea9ef6c67acc67 authored over 14 years ago by Ask Solem <[email protected]>
Bumped version to 1.2.0

621954150fdb2f2dd3c02a647add41e40ef66151 authored over 14 years ago by Ask Solem <[email protected]>
Set homepage to "http://celeryproject.org"

28fc89a05ac9e2f41a8f54362da502842b5d2e86 authored over 14 years ago by Ask Solem <[email protected]>
Added Sphinx documentation and distro utils

6e910362e4cb0f5f39e7555899a0d7470ab6cdac authored over 14 years ago by Ask Solem <[email protected]>
Updated documentation

7e6ebab1f6ed95df86feb952b82cd7aa48add4b6 authored over 14 years ago by Ask Solem <[email protected]>
Bumped version to 1.1.2

05ddd87b892ba447f36fd455cc00f75813112cb6 authored over 14 years ago by Ask Solem <[email protected]>
Use conf.CACHE_BACKEND instead of conf.CELERY_CACHE_BACKEND

ca5a5524a45eea91d082e15d2b47016e7b2c8ccf authored over 14 years ago by Ask Solem <[email protected]>
Close database connection in loaders.on_process_cleanup

(After the result has been stored).

aca2a23643ec112025372f4553b06f18b8f5cc81 authored over 14 years ago by Ask Solem <[email protected]>
Remove tests using removed Backend.is_successful

98cfdaf027cbbf9d2d27661037f673e9f4f4e9b3 authored over 14 years ago by Ask Solem <[email protected]>
Signature of on_task_return is (..., status, retval)

0669a0ed541fed30d5ce63d1556172e1b9563686 authored over 14 years ago by Ask Solem <[email protected]>
Close database and cache connections after task returns instead.

Closes #3. Thanks to Hinnack

d88dce956787e1ff51c05383464af7b9042b788a authored over 14 years ago by Ask Solem <[email protected]>
Accidently checked in a database file. Closes #2. Thanks to coderanger

c27ec8a224aa9c268deb59d134aabfa2b97e780a authored over 14 years ago by Ask Solem <[email protected]>
Remove billiard imports (now celery.*)

15f50c9231c24975a35f4b3e94c551ab280e23aa authored over 14 years ago by Ask Solem <[email protected]>
Adds "celeryev" Django management command. Closes #1. Thanks to nvie

72f45d2d7770daf3e81ae1b6e9d5cde9b9e6dd85 authored over 14 years ago by Ask Solem <[email protected]>
Patch to avoid name conflict in option parser where both Django (manage.py) and

celeryd use the name '--version'.

For Django-less celeryd invocations, --version can be used. Wh...

9c99ecafa6ffe6eb1fa8c72088de92885435bbda authored over 14 years ago by Vincent Driessen <[email protected]>
Set Loader.configured = True after setting up django env. (needed by celeryd)

28853e8461ba13ef9563798301a03fe595d47bcd authored over 14 years ago by Ask Solem <[email protected]>
celerybeat management command: rename run_clockservice -> run_celerybeat

3539709fa0dca50664f8bc07dbc6bd4ecbd615bb authored over 14 years ago by Ask Solem <[email protected]>
Merge branch 'nvie/master'

cbf9edd6003e59db3ae299e0afbb82466bfa154a authored over 14 years ago by Ask Solem <[email protected]>
Added RPM dependencies.

641975a8bfd63c39f1c8433c7aeef7d2d2bfc367 authored over 14 years ago by Vincent Driessen <[email protected]>
Added python-memcached to contrib/requirements/test.txt

f7629db48eb34af0ba0295f8a3babbb5e4a4f591 authored over 14 years ago by Ask Solem <[email protected]>
Added django to contrib/requirements/test.txt

e7a9e24c0e1903b8b1ba9a421c4652cc1aa9cf50 authored over 14 years ago by Ask Solem <[email protected]>
contrib/requirements: default.txt + test.txt: pip requirement files

9260b75c55183fb80b319fb5d7a102b69331521b authored over 14 years ago by Ask Solem <[email protected]>
Django loader renamed to djcelery.loaders.DjangoLoader

a2a42c7e1ede09684f6a24be4ac5ef35ee882672 authored over 14 years ago by Ask Solem <[email protected]>
examples/demoproject: INSTALLED_APP should be djcelery not celery

fec6b2c2805c625d7c14582bb1449d446110eda6 authored over 14 years ago by Ask Solem <[email protected]>
Added standard distribution files and a first draft for a README

76b416bc614617ea2cb38171ee333b456745577f authored over 14 years ago by Ask Solem <[email protected]>
Fixed up setup.py + added setup.cfg with proper bdist_rpm requirements

a7c050d78966521834b7228584bbf656616dc113 authored over 14 years ago by Ask Solem <[email protected]>
Added examples/ directory

81322bb625ee6801a3545d7487b634c9cbed4493 authored over 14 years ago by Ask Solem <[email protected]>
FAQ: Django specific FAQs moved here from celery/FAQ

9e7e63d625322e8cfa624cbdc55c3972753d69b5 authored over 14 years ago by Ask Solem <[email protected]>
Django specific supervisord configs.

4239e35da97ac57504f039aa183fac17d1fa343b authored over 14 years ago by Ask Solem <[email protected]>
Django specific debian init-scripts

38abf941fc9e574936f9f069a5f7a88f9bebf69d authored over 14 years ago by Ask Solem <[email protected]>
djcelery.tests: Django-specific tests moved from celery.tests

a4cf51fd7b3ea0c0fb30f1e49f6b4335e2418e90 authored over 14 years ago by Ask Solem <[email protected]>
Added docs/ directory

562e7312cda921abac05fc423029b712ea3ad505 authored over 14 years ago by Ask Solem <[email protected]>
Test-runner directory

2edca2a05702c412b532760e6a11e62ba92753f8 authored over 14 years ago by Ask Solem <[email protected]>
Set dbtable for models to use the "celery_" prefix not "djcelery".

3bb43f31263cce7ceebab943a1eed9e8c83cb90d authored over 14 years ago by Ask Solem <[email protected]>
DjangoLoader: Now adds override_backends for database and cache result backends

2734b5401e20b14911dae3522b5fead0859ad32b authored over 14 years ago by Ask Solem <[email protected]>
Activate the django CELERY_LOADER in djcelery/__init__.py

9727ac06aff0fb98d0257669ad8f6b63304c878c authored over 14 years ago by Ask Solem <[email protected]>
celery.contrib.test_runner moved here as djcelery.contrib.test_runner

b1542907ba45f3e4e8816506b5461d5f89eb962e authored over 14 years ago by Ask Solem <[email protected]>
Forgot to change Name in setup.py to "django-celery"

f92d49847481ff3ac15a95dd8728fe8010deb933 authored over 14 years ago by Ask Solem <[email protected]>
Initial commit

f7a1b5c76efe4e097dd7b3d3c68ee0bde0eee9e1 authored over 14 years ago by Ask Solem <[email protected]>