overcoming nginx timeout error with asynchronous task queue

Опубликовано: 17 Август 2026
на канале: Strike It Broke
88
0

Going over setting up Celery and RabbitMQ to work with Django locally and in docker contain using docker-compose.
Project link:
https://gitlab.com/strikeitbroke/cele...

Celery documentation:
https://docs.celeryq.dev/en/stable/dj...

Networking in compose:
https://docs.docker.com/compose/netwo...

0:00 intro about the issue
2:21overview base project
4:55 setup celery
9:45 start rabbitmq locally
11:18: start celery worker
14:54: create dockerfile
17:40: create docker-compose.yml
20:55: connection refuse
22:40: the fix