Aditya27041999

Results 7 comments of Aditya27041999

@diemol I am also facing similar issue, let me know if I need to raise a separate issue for this? router pod logs """ 11:35:09.928 WARN [SpanWrappedHttpHandler.execute] - Unable to...

Sure @cgoldberg , is this enough to reproduce ``` import concurrent.futures import logging from datetime import datetime from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.common.by import By from...

@VietND96 I am using AWS EKS to host the grid components, also I have included these annotations in my values files """ annotations: nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" """

Sure @VietND96 , thanks for the help. Also is there any provision to set up a call? zoom call or google meet or something ?

we are using ALB+NLB for our load balancing, also this would be directly added under annotations under ingress in values file ?

@VietND96 I applied these changes, but still I can see 504 gateway timeout, I had to implement retry mechanism in my script ``` annotations: nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"...

I do not know how I can include username and password here ? can I add simply the timeouts and retries? ``` client_config = ClientConfig(remote_server_addr=grid_server, proxy=proxy, init_args_for_pool_manager={ "init_args_for_pool_manager": {"retries": retries,...