You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We seem to be getting a lot of thrashing of the graph file in cf-graph-countyfair. I think some of this could be avoided by having the graph only contain the relationships among packages and links (via lazyJSON) to the actual feedstock metadata.
This would then help with #34 since the webservice could write to each package's metadata file without fear of having git clashes. Then the bot would not need to update the feedstocks itself, all it would need to do is rebuild the graph so that any new relationships are added to the structure. This might also help with the merging of countyfair and libcfgraph.
The text was updated successfully, but these errors were encountered:
We seem to be getting a lot of thrashing of the graph file in cf-graph-countyfair. I think some of this could be avoided by having the graph only contain the relationships among packages and links (via lazyJSON) to the actual feedstock metadata.
This would then help with #34 since the webservice could write to each package's metadata file without fear of having git clashes. Then the bot would not need to update the feedstocks itself, all it would need to do is rebuild the graph so that any new relationships are added to the structure. This might also help with the merging of countyfair and libcfgraph.
The text was updated successfully, but these errors were encountered: