B
B
Boris192018-07-20 10:11:06
Python
Boris19, 2018-07-20 10:11:06

Running a periodic task right after the start of the Celery service?

There is a service with a periodic task that runs once a day. The service is periodically restarted and therefore the execution of this task may not happen at all, because. the task is executed strictly one day after the start of the service. Is it possible to do something so that the task is executed first when the service is started, and then every day?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
techkuz, 2018-07-20
@Boris19

Can be done through Signals celery

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question