This component is influenced and developed based on the iexec-worker.
This component is in charge of running computing tasks sent by requesters through the Marketplace.
Please first update your config located in ./src/main/resources/application.yml
- for dev purposes:
cd iexec-worker
gradle bootRun --refresh-dependencies
- or on a remote instance:
cd iexec-worker
./gradlew bootRun --refresh-dependencies