For each run of a script, are all dependency (imports) downloaded each time ?
Same as title
3 Replies
not if they are cached by the workers which mean that no they aren't with a few workers (docker-compose is set so that they share a volume as cache). On a large fleet of workers, with the s3 shared cache, that will hold true too but it is enterprise edition.
not if they are cached by the workers
is there a setting for this or it is automatically done ?
I would want it to cache till a new version of script is deployedits done automatically