iexec-worker
iexec-worker copied to clipboard
Storage init on wrong result-proxy
I initialized a storage specifying the wrong resultProxy. The workerpool accepted my order but got an error at the end when publishing the result to the result-proxy with an unauthorized token (error 401).
I believe there is a "storage initialized" check at the workerpool task initialisation (core or worker-precompute ?) but this verification should make sure the token is actually working for the designated result-proxy.