#Disable cache for specific exec
1 messages · Page 1 of 1 (latest)
Hey 👋 The best way right now is to set an environment variable that will be different for each execution, like a timestamp. For example using the Go SDK:
.WithEnvVariable("CACHEBUSTER", time.Now())