R
R
Radist_1012014-08-10 09:34:52
Django
Radist_101, 2014-08-10 09:34:52

How to run a task once on a schedule in django celery?

There is a task in which it is necessary to perform a task on a schedule and without repetition (PeriodicTask, as I understand it, is not suitable), that is, let's say the user in the interface has chosen a time to start the task and the task should start at the specified time. So far the problem has not been resolved.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey K, 2014-08-10
@Radist_101

Everything is simple.
The task, after execution, should remove itself from the schedule.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question