This is related to compute jobs in eda. When a compute job is expired, and a request is made to rerun the job. A minio race condition causes a non ok response to be returned.
The idea is to have the client catch that response and try again, hoping the backend issue is resolved.
There is a utility function called fetchWithRetry somewhere in our code base 🙂.
This is related to compute jobs in eda. When a compute job is expired, and a request is made to rerun the job. A minio race condition causes a non ok response to be returned.
The idea is to have the client catch that response and try again, hoping the backend issue is resolved.
There is a utility function called fetchWithRetry somewhere in our code base 🙂.