diff --git a/frontend/src/routes/(root)/(logged)/workers/+page.svelte b/frontend/src/routes/(root)/(logged)/workers/+page.svelte index 2e357621a4..fcc54bc182 100644 --- a/frontend/src/routes/(root)/(logged)/workers/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/workers/+page.svelte @@ -126,14 +126,13 @@ } }} options={{ right: 'global cache to s3' }} + size="sm" disabled={!$enterpriseLicense || $enterpriseLicense.endsWith('_pro')} />

global cache to s3 is an enterprise feature that enable workers to do fast cold start - and share a single cache backed by s3 to ensure that even with a high number of - workers, dependencies for python/deno/bun/go are only downloaded for the first time - only once by the whole fleet. + and share a single cache backed by s3 for pip dependencies.

require S3_CACHE_BUCKET to be set and has NO effect otherwise (even if this setting is on)