Category "timeout"

Wrap a call in a task, to add a timeout?

We have an SDK that we are using from a 3rd-party. We have no access or insight into the code at all, or ability to change anything with it. We're running into

connect ETIMEDOUT error using POSTMAN with NEWMAN

I'm using Newman in order to execute a POSTMAN collection but I always have the error "connect ETIMEDOUT". Using just POSTMAN it works fine, but not with NEWMA

NATS JetStream is Timing out when calling stream_info(STREAM_NAME)

raise errors.TimeoutError nats.errors.TimeoutError: nats: timeout if self.nc.is_connected: log.info(f"NATS client successfully connected to {SERVERS

Increasing Ajax request timeout in ExtJs

Is there one single configuration in ExtJs library to increase Ajax request timeout? I have tried following two configurations but neither helped: Ext.overrid

Solr connection timeout during indexing?

I have solrj client with infinite timeout(Solr4) server.server.setSoTimeout(0) server.server.setConnectionTimeout(0) When I index my data I have many timeou

Spring cloud - Zuul cannot set timeout

I have a zuul server with a config file as: server: port: 9090 eureka: client: serviceUrl: defaultZone: http://172.16.5.147:8761/eureka/ instan

com.mongodb.MongoTimeoutException when using MongoClient with list ServerAddress

I'm trying to deploy a replica database onto one server with different port and connect with it. Everything is ok if I just use single ServerAddress and connect

How to pass context in golang request to middleware

I am trying to understand how the context introduced in Golang 1.7 works and what would be the appropriate way to pass it to middleware and to a HandlerFunc. Sh

How to set Selenium Python WebDriver default timeout?

Trying to find a good way to set a maximum time limit for command execution latency in Selenium Python WebDriver. Ideally, something like: my_driver = get_my_