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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ To support:
66
66
|`IEXEC_SECRET_PROVISIONER_ENCLAVE_HOSTNAME`| Secret provisioner server host for retrieving secrets from attested enclaves. Typically used by workers to execute TEE tasks. | Positive integer |`localhost`|`localhost`|
67
67
|`IEXEC_SECRET_PROVISIONER_ENCLAVE_PORT`| Secret provisioner server port for retrieving secrets from attested enclaves. | Positive integer |`18765`|`4433`|
68
68
|`IEXEC_TEE_CHALLENGE_CLEANUP_CRON`| Cron expression to configure TEE challenges cleanup policy. | String |`@hourly`|`@hourly`|
69
+
|`IEXEC_TEE_CHALLENGE_CLEANUP_MAX_BATCH_SIZE`| Max number of TEE challenges whose missing deadline could be set at a given time. | Integer |`500`|`500`|
70
+
|`IEXEC_TEE_CHALLENGE_CLEANUP_RETENTION_DURATION`| Retention duration when setting missing final deadline. | Duration |`P5D`|`P5D`|
69
71
|`IEXEC_TEE_WORKER_PRE_COMPUTE_IMAGE`| TEE enabled OCI image name for worker pre-compute stage of TEE tasks. | String |||
70
72
|`IEXEC_TEE_WORKER_PRE_COMPUTE_FINGERPRINT`| Fingerprint (aka mrenclave) of the TEE enabled worker pre-compute image. | String |||
71
73
|`IEXEC_TEE_WORKER_PRE_COMPUTE_HEAP_SIZE_GB`| Required heap size for a worker pre-compute enclave (in Giga Bytes). | Positive integer |`3`|`3`|
0 commit comments