Skip to content
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

adjust timeout in between grid and stf-proxy #192

Closed
vdelendik opened this issue Aug 24, 2023 · 2 comments
Closed

adjust timeout in between grid and stf-proxy #192

vdelendik opened this issue Aug 24, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@vdelendik
Copy link
Collaborator

be able to minimize 504 gate timeout so reorganize default timeouts to have more time in the queue

for example on stf-proxy level:

      proxy_connect_timeout   60->120;
      proxy_send_timeout      300->600;
      proxy_read_timeout      300->600;

and keep 4m on grid level:

     - GRID_NEW_SESSION_WAIT_TIMEOUT=240000

or maybe 10m on grid and 20-30m on stf-proxy

@vdelendik vdelendik added the enhancement New feature or request label Aug 24, 2023
@vdelendik vdelendik added this to the 2.6 milestone Aug 24, 2023
@vdelendik vdelendik modified the milestones: 2.6, 2.5.1 Aug 25, 2023
vdelendik pushed a commit that referenced this issue Aug 25, 2023
@vdelendik
Copy link
Collaborator Author

done. changes might be tested on stage

vdelendik added a commit that referenced this issue Aug 25, 2023
#192: increased default GRID_NEW_SESSION_WAIT_TIMEOUT to 10m and spec…
@vdelendik
Copy link
Collaborator Author

already tested on prod as a hotfix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant