Answer the question
In order to leave comments, you need to log in
How to run a function after a certain time in a Django project using UWSGI?
Hello.
A Django project needs to run a certain function every 2 hours. I heard that this task is solved through plugins for UWSGI that implement the Task Manager. But I didn't find a definite solution. What do you advise?
Thank you)
Answer the question
In order to leave comments, you need to log in
for such a simple case https://docs.djangoproject.com/en/1.8/howto/custom...
just write a command in the django itself, and run it with a crontab, a proven wonderful tool.
Putting separate solutions, in such a simple case, is not required at all, and will only be an overhead.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question