Filesystem As Broker: A Quick Guide
Using Redis or RabbitMQ as a Celery message broker can feel a bit over the top when you are just developing locally. In this blog post, I show you a simple alternative: the filesystem as a message broker.
Kombu
Kombu is a messaging library that provi...
celery.school2 min read
jerry2024
hi, how to get the task result from the filesystem?