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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ To run properly, the _iExec Core Scheduler_ requires:
15
15
* An _iExec Blockchain Adapter_ for several blockchain network interactions.
16
16
* An _iExec Result Proxy_ to check if tasks results have been published.
17
17
* An _iExec Platform Registry_ to retrieve locations of _iExec SMS_ services.
18
+
* An _iExec Config Server_ to retrieve configuration about blockchain.
18
19
* One or many _iExec Secret Management Service_ instances (referenced by the _iExec Platform Registry_) to handle secrets and enclave sessions of TEE tasks.
19
20
20
21
You can configure the _iExec Core Scheduler_ with the following properties:
@@ -43,6 +44,9 @@ You can configure the _iExec Core Scheduler_ with the following properties:
43
44
|`IEXEC_CORE_CHAIN_ADAPTER_PORT`|_iExec Blockchain Adapter_ server port. | Positive integer |`13010`|
44
45
|`IEXEC_CORE_CHAIN_ADAPTER_USERNAME`| Username to connect to the _iExec Blockchain Adapter_ server. | String |`admin`|
45
46
|`IEXEC_CORE_CHAIN_ADAPTER_PASSWORD`| Password to connect to the _iExec Blockchain Adapter_ server. | String |`whatever`|
47
+
|`IEXEC_CONFIG_SERVER_PROTOCOL`|_iExec Config Server_ communication protocol. | String |`http`|
|`IEXEC_CHAIN_HEALTH_POLLING_INTERVAL_IN_BLOCKS`| Polling interval (in blocks) on the blockchain to check this _Scheduler_ can communicate with it. | Positive integer | 3 |
47
51
|`IEXEC_CHAIN_HEALTH_OUT_OF_SERVICE_THRESHOLD`| Max number of consecutive failures of blockchain connection attempts before this _Scheduler_ is declared as OUT-OF-SERVICE. | Positive integer | 4 |
48
52
|`IEXEC_RESULT_REPOSITORY_PROTOCOL`|_iExec Result Proxy_ server communication protocol. | String |`http`|
0 commit comments