Background execution with Django Python

0

I have a web based system in Django (Python). In this app I need to show some dynamic values coming from a remote device, in which I need to make some requests every 2 minutes to log the values in the database and generate some of these tips as Average. Is there any way to run a process together with the server and perform this log from time to time? Would Celery be applied in this case?

    
asked by anonymous 23.06.2017 / 19:12

0 answers