X
X
xozzslip2016-09-17 20:55:04
Python
xozzslip, 2016-09-17 20:55:04

How to organize such periodic tasks in celery?

I need to update some data about VKontakte groups every 10 minutes using API requests. Moreover, tasks should be different for each group. That is one tax per group.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Kitaev, 2016-09-17
@xozzslip

Celerybeat
You do one task-proxy, inside you call tasks by groups with .delay

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question