https://github.com/oldpatricka/celerytest
https://github.com/oldpatricka/celerytest
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oldpatricka/celerytest
- Owner: oldpatricka
- Created: 2011-10-25T23:30:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-26T00:16:42.000Z (over 14 years ago)
- Last Synced: 2025-01-22T22:31:30.479Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
To test, create a new virtualenv:
$ cd .. ; virtualenv --no-site-packages celerytest ; cd -
$ pip install celery
Then to start a server with celerybeat
$ celeryd -B -l INFO
and if you like, another celerybeat server with a 'ham' queue
$ celeryd -Q ham -l INFO --config=celeryconfig_ham
And test the two scripts that create tasks
$ python plaintask.py
8
$ python hamtask.py
8 hams