-
Notifications
You must be signed in to change notification settings - Fork 145
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
504 Gateway Time-out when we want to GET link after the draft export airlock request is created #3240
Comments
Hello @tamirkamara, @marrobi This is a blocker for us currently. |
For the import airlock requests we are getting the link, this issue is happening only when we want to do an export. |
After digging more into app service logs we can see that connection to the airlock export storage account within the workspace is timing out: You can see the full log here: connection-timeout-storage-account-stalexintws99b6.txt Could you pelase advise? |
I believe this has been fixed in a more recent update -#3215 Sometimes the private link DNS records were not being created correctly. @tamirkamara think this is the same issue? |
@tamirkamara We have just applied the changes proposed by @marrobi in this comment. However we still have the timeout problem. I uploaded the full log in this comment. |
@migldasilva do you still hit this? It was resolved, and required changes detailed in the release notes. Thanks. |
@marrobi We haven't noticed this issue for a while. Thanks for the clarification, I'll review the release notes. |
OK, I'll close the issue, if you see it again, let us know. |
Describe the bug
In version v0.7.0 which is currently on our DEV environment, we get 504 Gateway Time-out every time when we:
create a draft export airlock request:
GET/api/workspaces/{workspace_id}/requests/{airlock_request_id}/link:
And, this is the log from App Service:
After that, the environment is unavailable for a while with 502 and 504 gateway errors.
Steps to reproduce
Explained above.
The text was updated successfully, but these errors were encountered: