タスクキューシステム
Celery
PYPI:
- celery
- redis
- django-celery-results
- django-redis
Redis:
- Using Redis
poetry add "celery[redis]"
djang-celery-results:
- django-celery-results - Using the Django ORM/Cache as a result backend
poetry add django-celery-results
Periodic Task:
記事:
- 【Django】CeleryとRedisで非同期処理を実装する方法
- DjangoとCeleryを使った非同期処理の結果取得までの流れ
- 【Python x Django】Djangoによる非同期処理実装(Cerery,Redis)
- Deploying Django on AWS: Setting up Celery and SQS
- Celery Task Queue with AWS SQS
MySQL:Database returned an invalid datetime value. Are time zone definitions for your database installed?
macOS:
| |
| |
Singleton
unitttest
- How do you unit test a Celery task?
- To eager or not to eager - how to properly test your Celery tasks