Skip to content

Add loading of skills from memory

Firat Yusuf Duran requested to merge fluxio/dev-load-skills into fluxio/dev

Add correct loading from memory (by checking for its deps)

This is done by two steps

  1. add every skill first as an empty skill to the DC
  2. iterate over the skills again and update each skill and set corrupted accordingly (and add to the corrupted skills list)

when a provider gets added to the manager try to iterate over the list of corrupted skills and see if they work this time

Merge request reports