Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
86 views

I'm encountering a consistent Connection timed out error when my application, running on a local development server, tries to make HTTP requests to a specific external website. The site loads ...
Oliver Haven's user avatar
0 votes
0 answers
23 views

I am running a query on MySQL (I do not use Python or any other programming language) and every time, it returns error code: 2013 and terminates at 30 seconds. This is an example of the code I ran and ...
Okereke Precious's user avatar
0 votes
1 answer
94 views

I am using EF 6 DbContext.Database.Exists() method, i.e. its return value true/false, to detect if a given DB is available. If it is, I pull and process data, if not, I enter a message into the log ...
user2217057's user avatar
3 votes
1 answer
299 views

I'm developing a Delphi application to download files using both WinHTTP (via direct API calls) and TNetHTTPClient. Everything works fine on most networks, but on one specific open Wi-Fi network, both ...
sudormrf's user avatar
0 votes
0 answers
30 views

I'm running a Docker-based application on AWS Elastic Beanstalk (Amazon Linux 2). The app works correctly on my local machine, but after deployment, any HTTP request that takes more than 60 seconds ...
Pushpender Rawat's user avatar
1 vote
1 answer
146 views

I have created a server that implements a queue on the server-side, where requests are intentionally held for 11 seconds before a response is sent. For testing purposes, I configured a client ...
Hitesh's user avatar
  • 281
-1 votes
1 answer
61 views

I want to use socket.io-client cdn in the node js project Sometimes I do connection to the different socket servers with the different socket io versions. So I need to handle it using socket io client ...
user28842269's user avatar
1 vote
0 answers
118 views

So I call npx serve in my computer's directory to expose html pages to the network. According to the docs, this thing starts on two http addresses: Local localhost:3000 and Network [my_ip]:3000. I was ...
Skopyk's user avatar
  • 43
1 vote
0 answers
213 views

I'm facing an issue with Crystal Reports where, once the report generation starts, it blocks other tasks and does not stop even after a certain time. I want to implement a timeout feature, where the ...
Av.Raj's user avatar
  • 65
1 vote
1 answer
298 views

For grpc.ConnectionTimeout(), the Go GRPC docs mention: ConnectionTimeout returns a ServerOption that sets the timeout for connection establishment (up to and including HTTP/2 handshaking) for all ...
Shannon Feng's user avatar
0 votes
2 answers
546 views

I'm currently tweaking a Keycloak, 22.0.4 setup that's running on Quarkus and deployed via Kubernetes. My main challenge is figuring out how to manage idle database connections effectively. I want to ...
Ehsan Moradi's user avatar
0 votes
1 answer
275 views

I have here a piece of code that calls a different api inside of azure functions. that request takes a while if it takes longer than 4 minutes the client will timeout, not the functions itself. Here ...
Mathijs Glazema's user avatar
0 votes
0 answers
85 views

I have updated the MariaDB NPM version from V-2.1.4 to 3.3.0. And then I have updated the NodeJS Version to 20(LTS). After upgrading, it show the error as Connection timeout. sequelize npm verison - 6....
Praveen Sakthi's user avatar
0 votes
0 answers
93 views

There is one mobile application for store chain with about 20K+ users. There are users who process job tasks there on daily basis. But sometimes(about 20 cases per week) when they close their task - ...
Lotus's user avatar
  • 11
0 votes
1 answer
171 views

I am working with a K8s environment running application (WEB API/interface) that interacts with a Cassandra database cluster. I need to simulate network latency or introduce delays specifically for ...
Igor Țurcanu's user avatar
0 votes
0 answers
115 views

I have a server that is hosting 3 Web apps: web app A is not used frequently. web app B is use daily with total 13-14 users. This web app will access SQL Server for create, read, update, delete query. ...
Murni Yanti's user avatar
2 votes
2 answers
177 views

I had a ballerina API and there is an API call which I am making, sadly the API's is taking more than one minute to respond and ballerina is timing out after the 1 minute. I try to increase the ...
Eyoel Fikadu's user avatar
0 votes
1 answer
1k views

I tried to use this api tutorial to call a webservice from behind our proxy. But i get Error: apiRequestContext.get: Connection timeout Call log: - → GET https://reqres.in/api/users/2 - user-...
surfmuggle's user avatar
  • 6,040
2 votes
0 answers
512 views

I have a Django Celery task that performs long-running operations and sometimes loses connection to the database (Postgres). the task looks like something like this: @app.task(name='...
Marko Zadravec's user avatar
0 votes
1 answer
788 views

I need network img who have loading progress and error placeholder, and set timeout connection for loading on 5 sec. I tried NetworkImage, FadeInImage and CachedNetworkImage, but i cannot change it ...
Šubyk's user avatar
  • 1
0 votes
0 answers
897 views

I am trying to establish a telnet connection to a MySQL server running at Ubuntu server(through SHH) 127.0.0.1 on port 3306. However, I encounter the following output: Trying 127.0.0.1... Connected to ...
Rq Bhatti's user avatar
1 vote
0 answers
216 views

I have deployed .Net7 Web API on Windows Server 2019. Server is located in Netherlands. When I was accessing my website and making a POST request using that API it was working perfectly. Now I have ...
Elliott Alderson's user avatar
1 vote
0 answers
60 views

This is my project structure: ▼ MyProject ► .expo ► node_modules ▼ backend
 ► node_modules ► database database.js ▼ models Restaurant....
TheStranger's user avatar
  • 1,599
3 votes
2 answers
6k views

I'm encountering an issue while attempting to connect to a MongoDB Atlas cluster from my Node.js application. The error message I'm receiving is "querySrv ETIMEOUT." This problem seems to ...
Soorjyakanta Sethy's user avatar
0 votes
3 answers
1k views

On Cloud Composer I have long running DAG tasks, each of them running for 4 to 6 hours. The task ends with an error which is caused by Kubernetes API. The error message states 401 Unauthorized. The ...
Kavya's user avatar
  • 145

1
2 3 4 5
17