tracemap / tracemap-backend

The Tools Backend
4 stars 1 forks source link

Set a profiler for monitoring crawler-writer bottlenecks #109

Open brunopace opened 5 years ago

brunopace commented 5 years ago

Description

Given that writing (crawled data) to disk (before writer reads it) might be inefficiently consuming resources, it would be necessary to guarantee that we monitor the bottlenecks properly. It may be somewhere unexpected!

Comments

Read into https://docs.python.org/3/library/profile.html