-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSS InternalError also should retry #13262
Comments
Co-authored-by: AlbeeSo <[email protected]> Co-authored-by: shuangkun <[email protected]> Signed-off-by: shuangkun <[email protected]>
Co-authored-by: AlbeeSo <[email protected]> Co-authored-by: shuangkun <[email protected]> Signed-off-by: shuangkun <[email protected]>
I don't think retrying this error makes sense -- it literally doesn't instruct the user to do that. If it should be retried, the error returned should be different. If your team can help get that changed upstream, I think that would make more sense |
The official documentation advice retry for internal error. https://help-aliyun-com.translate.goog/zh/oss/support/0001-00000000?spm=a2c4g.11186623.0.i0&_x_tr_sl=zh-CN&_x_tr_tl=en&_x_tr_hl=zh-CN&_x_tr_pto=wapp |
Thanks for providing the links! I guess you're right then, per the docs and S3 equivalent. Although I still don't think upstream should return a 500 in this case, but if they say to retry, I guess we should. If you could get the responsible team to change that to a 503 with an error that says to retry, that would help clear things up |
Indeed says:
Should really be a 503 though 🤔 |
Thanks, I will try to communicate with the OSS team. |
Signed-off-by: shuangkun <[email protected]> Co-authored-by: AlbeeSo <[email protected]> (cherry picked from commit 77b5732)
Signed-off-by: shuangkun <[email protected]> Co-authored-by: AlbeeSo <[email protected]> (cherry picked from commit 77b5732)
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened/what did you expect to happen?
Sometimes the OSS pressure is too great and an internal error may occur. In this case, retrying can solve the problem.
Version
latest
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
any workflow
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: