You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/experiments/remote_taskfiles.mdx
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,16 +105,19 @@ internet and cached locally. If for whatever reason, you lose access to the
105
105
internet, you will still be able to run your tasks by specifying the `--offline`
106
106
flag. This will tell Task to use the latest cached version of the file instead
107
107
of trying to download it. You are able to use the `--download` flag to update
108
-
the cached version of the remote files without running any tasks.
109
-
You are able to use the `--clear-cache` flag to clear all cached version of the remote files without running any tasks.
108
+
the cached version of the remote files without running any tasks. You are able
109
+
to use the `--clear-cache` flag to clear all cached version of the remote files
110
+
without running any tasks.
110
111
111
112
By default, Task will timeout requests to download remote files after 10 seconds
112
113
and look for a cached copy instead. This timeout can be configured by setting
113
114
the `--timeout` flag and specifying a duration. For example, `--timeout 5s` will
114
115
set the timeout to 5 seconds.
115
116
116
-
By default, the cache is stored in the Task temp directory, represented by the `TASK_TEMP_DIR` [environment variable](../reference/environment.mdx)
117
-
You can override the location of the cache by setting the `TASK_REMOTE_DIR` environment variable. This way, you can share the cache between different projects.
117
+
By default, the cache is stored in the Task temp directory, represented by the
118
+
`TASK_TEMP_DIR`[environment variable](../reference/environment.mdx) You can
119
+
override the location of the cache by setting the `TASK_REMOTE_DIR` environment
120
+
variable. This way, you can share the cache between different projects.
0 commit comments