opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
144 stars 7 forks source link

task: Refactor the demo script to load data #3733

Open dgarros opened 2 days ago

dgarros commented 2 days ago

Component

No response

Task Description

The goal is to refactor the script models/infrastructure_edge.py that is used to load the data into the demo environment to improve its performance. Some performance degradation are related to the new features introduced in the backend but there are some improvements that can be done by refactoring the code itself. I can't find the PR but I remember we disabled the concurrency for part of the code at some point because it was triggering another issue

Ideas to investigate