Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

celery

  1. Home>
  2. celery

Celery/RabbitMQ Notes on Task Timings

  • Post author:Van Ly
  • Post published:September 1, 2024
  • Post category:celery/django/rabbitmq

The following notes apply when using Celery with the RabbitMQ broker. Celery Settings task_acks_late The Celery setting task_acks_late (by default disabled), if set, will defer message ACK with RabbitMQ until…

Continue ReadingCelery/RabbitMQ Notes on Task Timings

Celery with RabbitMQ on Docker

  • Post author:Van Ly
  • Post published:September 4, 2023
  • Post category:celery/django/docker/programming/Python

Picking up from Django app template w/ Docker, here are the steps to add Celery to the Django app. Add RabbitMQ as the message queue Modify docker-compose.yml to include: services:…

Continue ReadingCelery with RabbitMQ on Docker
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP