iexec-core icon indicating copy to clipboard operation
iexec-core copied to clipboard

iExec Core Scheduler

Results 13 iexec-core issues
Sort by recently updated
recently updated
newest added

Hi. I upgraded my core:6.0.0 config to add: `IEXEC_CORE_REQUIRED_WORKER_VERSION=6.0.2` Even after core restart, my worker "6.0.0" is still able to connect to the core. If "down/up" the worker, the expected...

Hi. here is the workflow: - core and worker @ 6.0.0 Add `IEXEC_CORE_REQUIRED_WORKER_VERSION=6.0.2` to core after rebooting everyone (without upgrade any version): ->worker is looping on `Bad version! please upgrade...

The scheduler needs to check that a workerpool address is present in the configuration and that, it exists onchain and was deployed using the right wallet. If it's not the...

Sometime the administrator want to jump a big number of blocs for multiple reasons but the current implementation does not allow that. FYI @DamienMure.

enhancement

Forks happen regularly on Goerli. A deal/task can immediately go off-chain to a contribution timeout status if the contribution timeout value read on the blockchain was 0 (1970-01-01). eg.: https://core.dev-pool.goerli.iex.ec/tasks/0xa4d31e17e8e55aa70a4a17c3c05a2832983f815b10adaba190e2a5d038e54a2b...

``` 2020-02-07 10:45:21.916 INFO 1 --- [ main] com.iexec.core.chain.DealWatcherService : Watcher DealEvent started [from:2114503, to:latest] io.reactivex.exceptions.OnErrorNotImplementedException: The exception was not handled due to missing onError handler in the subscribe() method...

Here https://github.com/iExecBlockchainComputing/iexec-core/blob/master/src/main/java/com/iexec/core/worker/WorkerController.java#L137 we should rename it to sconeCasHost or add the protocol

I was not able to find any documentation related what technology/application does IExec uses to share data in between cluster and client. It is not mention on the white paper...