https://github.com/a8568730/hello-celery
celery 筆記
https://github.com/a8568730/hello-celery
celery tutorial-code
Last synced: 8 months ago
JSON representation
celery 筆記
- Host: GitHub
- URL: https://github.com/a8568730/hello-celery
- Owner: a8568730
- Created: 2019-12-03T14:20:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T02:52:19.000Z (over 6 years ago)
- Last Synced: 2025-02-06T10:15:38.505Z (about 1 year ago)
- Topics: celery, tutorial-code
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello-Celery
# Tutorial order
* hello_world
* Create 1 basic, non-periodic task
* Learn how to run celery and rabbitmq
* Learn how to call the task
* periodic_task
* set_timezone
* Make periodic task happen at correct timezone
### Django related
* django_celery
* django_autodiscover
* django_auto_periodic