Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I infra-azure-provisioning
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Upcoming Change to GitLab Pages The GitLab Pages URL is planned to migrate from the current *.pages.community.opengroup.org to a simpler domain: *.pages.opengroup.org. At the same time, HTTPS will be enabled for the server. This change is planned for May 21, 2022.

If you have questions or concerns, please email forum-support@opengroup.org.

  • Open Subsurface Data Universe Software
  • Platform
  • Deployment and Operations
  • infra-azure-provisioning
  • Issues
  • #8

Closed
Open
Created Oct 16, 2020 by harshit aggarwal@harshit283Maintainer

Increasing Gateway Timeout for Ingress Resource

There is a use case in register service for which we need to have the request timeout in Application Gateway to be increased from the default value of 30 seconds to 60 seconds

Now for some context on this need, there is create subscription API in the register service which goes and creates new Event Grid subscriptions on the Event grid topics, now this API is synchronous in nature so it usually takes longer than 30 seconds for the backend server to respond back to the gateway which ultimately results in 504 timeout errors

Currently from what I have explored we can change the request timeout settings at the ingress resource level by adding appropriate annotation which is documented here. This method has been validated in a developer instance.

Now the concern with this approach is that this timeout setting will then be applicable to all the services.

Questions

  • Is there a way to enable this setting for only register service, because this seems a valid use case since down the line for some other service we might need to tweak similar gateway settings and it will easier to change at spec/service level than at ingress?

  • Are there any concerns on increasing the timeout for all services?

Edited Oct 19, 2020 by Daniel Scholl
Assignee
Assign to
Time tracking