简体   繁体   中英

Scheduled Tasks django-rest-framework

I built an api that scrapes data from a web. It needs to scraping every hour. How can I manage to program scraping in the background, and doesn't break the requests of the clients? I apologize for any error gramatical.

You can use celery Refer Celery Docs OR django-q Checkout Github , to schedule your task.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM