・
Review 1
・
Average rating 5.0
It’s been a long time since I’ve completed a course on Inflearn. I started using Celery without knowing much about it, like the blind men touching an elephant, and somehow stumbled my way here! I’m satisfied because these are all features I’ve actually used in real-world situations. I’ve been using Celery with Redis, and since you also have a Redis course, I think I’ll take that one next. If I had to pick one minor downside, I wish the concepts introduced throughout the course were explained in a bit more detail. Since it was my first time encountering DLQ and DLX in this course, that part was a little disappointing.
Hello Hyemi Jung, Wow… a review like this is truly encouraging! Thank you so much for completing the course! I'm glad that the features you've already used in practice seem to have been well-organized for you. DLQ and DLX are concepts specifically based on RabbitMQ, so they might feel even more unfamiliar to those who have only used Celery with Redis as a broker. For now... DLX: A mechanism where a message is routed to another Exchange when it fails. DLQ: The queue where failed messages are ultimately collected. As long as you know this much, you shouldn't have any trouble with your studies :D







