windmill icon indicating copy to clipboard operation
windmill copied to clipboard

feature: redeploy every importers when common module is deployed

Open rubenfiszel opened this issue 2 years ago • 0 comments

To fix #2882 , all the importers of a common module need to be re-deployed upon deployment of the common module.

This can be done efficiently:

  1. At deployment of a script, compute if there is a path it depends from, store that dependency in a separate table "internal_script_deps (importer, common)"
  2. Re-deploy automatically any script that is found to be depending on the module being deployed

rubenfiszel avatar Dec 19 '23 03:12 rubenfiszel