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: docs/workloads/async/handler.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ and the api configuration file (e.g. `cortex.yaml`) are excluded.
12
12
13
13
The following files can also be added at the root of the project's directory:
14
14
15
-
*`.cortexignore` file, which follows the same syntax and behavior as
16
-
a [.gitignore file](https://git-scm.com/docs/gitignore).
15
+
*`.cortexignore` file, which follows the same syntax and behavior as a [.gitignore file](https://git-scm.com/docs/gitignore). This may be necessary if you are reaching the size limit for your project directory (32mb).
17
16
*`.env` file, which exports environment variables that can be used in the handler. Each line of this file must follow
Copy file name to clipboardExpand all lines: docs/workloads/batch/handler.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Cortex makes all files in the project directory (i.e. the directory which contai
10
10
11
11
The following files can also be added at the root of the project's directory:
12
12
13
-
*`.cortexignore` file, which follows the same syntax and behavior as a [.gitignore file](https://git-scm.com/docs/gitignore).
13
+
*`.cortexignore` file, which follows the same syntax and behavior as a [.gitignore file](https://git-scm.com/docs/gitignore). This may be necessary if you are reaching the size limit for your project directory (32mb).
14
14
*`.env` file, which exports environment variables that can be used in the handler class. Each line of this file must follow the `VARIABLE=value` format.
Copy file name to clipboardExpand all lines: docs/workloads/realtime/handler.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Cortex makes all files in the project directory (i.e. the directory which contai
12
12
13
13
The following files can also be added at the root of the project's directory:
14
14
15
-
*`.cortexignore` file, which follows the same syntax and behavior as a [.gitignore file](https://git-scm.com/docs/gitignore).
15
+
*`.cortexignore` file, which follows the same syntax and behavior as a [.gitignore file](https://git-scm.com/docs/gitignore). This may be necessary if you are reaching the size limit for your project directory (32mb).
16
16
*`.env` file, which exports environment variables that can be used in the handler. Each line of this file must follow the `VARIABLE=value` format.
Copy file name to clipboardExpand all lines: docs/workloads/task/definitions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Cortex makes all files in the project directory (i.e. the directory which contai
6
6
7
7
The following files can also be added at the root of the project's directory:
8
8
9
-
*`.cortexignore` file, which follows the same syntax and behavior as a [.gitignore file](https://git-scm.com/docs/gitignore).
9
+
*`.cortexignore` file, which follows the same syntax and behavior as a [.gitignore file](https://git-scm.com/docs/gitignore). This may be necessary if you are reaching the size limit for your project directory (32mb).
10
10
*`.env` file, which exports environment variables that can be used in the task. Each line of this file must follow the `VARIABLE=value` format.
0 commit comments