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

increase default proxy timeouts for nginx<->jenkins communication #528

Closed
vdelendik opened this issue Sep 9, 2022 · 1 comment
Closed

Comments

@vdelendik
Copy link
Contributor

recommended /jenkins proxy settings to test and apply are:

        proxy_connect_timeout   60;
        proxy_send_timeout      300;
        proxy_read_timeout      300;
        proxy_buffers           32 64m;
        proxy_buffer_size       64k;
        proxy_next_upstream    error timeout http_502 http_503 http_504;
        client_max_body_size    64m;
        client_body_buffer_size 64m;

potentially it should improve swarm agent communication via nginx and make connections much more stable (dynamic ECS and fargate clusters only)

@vdelendik vdelendik added this to the 2.2 milestone Sep 9, 2022
@vdelendik vdelendik modified the milestones: 2.3, 2.4 Apr 24, 2023
@vdelendik vdelendik modified the milestones: 2.4, 2.5 Jul 7, 2023
@vdelendik
Copy link
Contributor Author

closing as won't fix. latest swarm agents are much more stable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant