Skip to content

Commit 1015fb6

Browse files
committed
mention sharing common logic
1 parent ff1d4f0 commit 1015fb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/advanced/6_imports/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Windmill strength lies in its ability to run scripts without having to deal with separate dependency files. This is achieved by automatically parsing the imports and resolving the dependencies. Windmill generates a lockfile to ensure that the same version of a script is always executed with the same versions of its dependencies. If no version is specified, the latest version is used. Windmill's workers cache dependencies to ensure fast performance without the need to pre-package dependencies (Most jobs take under 100ms end-to-end). On the enterprise edition, windmill's caches can be configured to sync their cache with a central s3 repository to distribute the cache across multiple workers as soon as a new dependency is used for the first time.
44

5+
To import other scripts from your workpace, see [Sharing common logic](../5_sharing_common_logic/index.md)
6+
57
## Typescript
68

79
The dependencies and their versions are contained in the

0 commit comments

Comments
 (0)