windmill
windmill copied to clipboard
feature: redeploy every importers when common module is deployed
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:
- 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)"
- Re-deploy automatically any script that is found to be depending on the module being deployed