M
M
Michael2017-09-20 02:02:12
Django
Michael, 2017-09-20 02:02:12

How to run celery django task?

The point is this. The task must be launched from the view, for example, a person clicked send.
In the deputy task, a certain check is taking place, if it passed, then you need to complete the task, if not, then repeat after 30 minutes.
Users can run several of these tasks, each one checking for a specific user.
In the task itself, for example, it is checked whether the user who started the task has added a comment to the article.
How to do it?
Or tell me where to read.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel, 2017-09-20
@toobinks

And, in fact, the problem arose specifically in what?
docs.celeryproject.org/en/latest/userguide/tasks.h...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question