An open API service indexing awesome lists of open source software.

https://github.com/a8568730/hello-celery

celery 筆記
https://github.com/a8568730/hello-celery

celery tutorial-code

Last synced: 8 months ago
JSON representation

celery 筆記

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