V
V
Vampre2018-08-12 02:34:13
Django
Vampre, 2018-08-12 02:34:13

Do I need to use Celery?

Good day to all, there is a website for volunteers, for participating in the event, volunteers receive bonuses that they can then spend. After the event closes, bonuses are accrued to the volunteers who came and a message about the accrual is sent through the bot to VK, now this is done simply in a cycle, does it make sense to attach Celery here so that accrual and sending messages go in the background? I've never used Celery before, so it's a good chance to learn new technology, but I'm also wondering if it's worth it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton, 2018-08-12
@Vampre

I think a crown will be enough here, which will be held at closed events and perform the specified actions. Celery, in my opinion, is more suitable for not making the client wait for something that can be done in the background, for example, sending an email

D
Dmitry, 2018-08-16
@pyHammer

As Anton Reytarovsky already said , Celery is bulky, but in cases where I need something lighter, I use python-rq

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question