841 questions
1
vote
1
answer
86
views
HTTP Request to a Specific Website Fails with "Connection Timed Out" in Code, but Works in Browser
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 ...
0
votes
0
answers
23
views
Increase server timeout duration in MySQL [duplicate]
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 ...
0
votes
1
answer
94
views
Why DBContecxt.Database.Exists() becomes extremely slow when data source (IP) is wrong, but still fast when other credentials incorrect? [duplicate]
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 ...
3
votes
1
answer
299
views
Why do WinHTTP and TNetHTTPClient timeout (error 12002) on one Wi-Fi network but succeed on others?
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 ...
0
votes
0
answers
30
views
AWS Elastic Beanstalk Docker app timing out after 60 seconds
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 ...
1
vote
1
answer
146
views
I have set the timeout to 10 seconds, but I'm still receiving a response after 10 seconds without a timeout occurring
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 ...
-1
votes
1
answer
61
views
Socket.io-client in node.js
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 ...
1
vote
0
answers
118
views
npx serve Network address not accessible from phone
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 ...
1
vote
0
answers
213
views
How to Set a Timeout for Crystal Report Generation or Stop the Task After a Certain Period?
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 ...
1
vote
1
answer
298
views
How does grpc.ConnectionTimeout() differ from context.WithTimeout(), and when should I use one over the other?
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 ...
0
votes
2
answers
546
views
How to Set Idle Connection Timeout in Keycloak with Quarkus on Kubernetes
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 ...
0
votes
1
answer
275
views
Timeout HttpClient inside AzureFunction
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 ...
0
votes
0
answers
85
views
Latest MariaDB npm connection issue with server in NodeJS V-20
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....
0
votes
0
answers
93
views
Connection timed out through RestTemplate
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 - ...
0
votes
1
answer
171
views
How can I simulate a Cassandra timeout in a K8s environment?
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 ...
0
votes
0
answers
115
views
SQL Server is lagging despite using only 10GB RAM out of 80GB
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.
...
2
votes
2
answers
177
views
Ballerina timing out after 1 minute
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 ...
0
votes
1
answer
1k
views
Playwright - API testing - connection timeout error - possible reason behind corporate proxy
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-...
2
votes
0
answers
512
views
Long running Django Celery task close DB connection
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='...
0
votes
1
answer
788
views
Flutter - Network image and connection time out
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 ...
0
votes
0
answers
897
views
MySQL Telnet Connection Timeout Issue Ubuntu 20.04 Server
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 ...
1
vote
0
answers
216
views
Web API connection timeout
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 ...
1
vote
0
answers
60
views
Operation 'restaurants.find()' buffering timed out after 10000ms at Timeout
This is my project structure:
▼ MyProject
► .expo
► node_modules
▼ backend
► node_modules
► database
database.js
▼ models
Restaurant....
3
votes
2
answers
6k
views
Error: querySrv ETIMEOUT when Connecting to MongoDB Atlas Cluster
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 ...
0
votes
3
answers
1k
views
Cloud Composer Kubernetes API timeout issue
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 ...