0

i have a django app that has more than 500 tables each table is for a device (each device sends 500 data every day and i store them in database).

i should get 10 minutes,hourly,daily,weekly, monthly averages and store them in another table called averages.

i don't know what is the best way for these periodic tasks. using django modules like celery-beat or using supervisor of the host?

thanks a lot.

  • Does this answer your question? [In celery 3.1, making django periodic task](https://stackoverflow.com/questions/20116573/in-celery-3-1-making-django-periodic-task) – Ivan Starostin Jan 29 '23 at 08:27
  • no , i know how to use celery but i was looking for fastest and best way possbile – webdeveloper Jan 30 '23 at 05:29

0 Answers0