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

Storage init on wrong result-proxy

Open Miminoux opened this issue 3 years ago • 0 comments

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.

Miminoux avatar Feb 11 '22 16:02 Miminoux