Skip to main content

Questions tagged [timeout]

The timeout term refers to a predefined period of time allowed to elapse before an event is to occur. Timeout may also refer to an event that takes place after a specified period of time elapses.

timeout
0 votes
0 answers
14 views

Attempt to delete a document on Mongodb Atlas times out and returns an error

I am using Postman to test deleting a document on Mongodb atlas in a NextJs 14.2.4 application using the api router. The problem is that my delete methods time out and the document is not deleted. ...
Imari Childress's user avatar
1 vote
1 answer
31 views

how to decide if SocketTimeoutException means there is no connection

we have a retrofit java client to a server running in gui app, we want to notify the user if there is no connection to the server, there are some exceptions that are obvious like ConnectException or ...
Shin938's user avatar
  • 949
0 votes
0 answers
10 views

A Gunicorn + Flask + Nginx Application including Apscheduler blocks a new worker pid in Python application once in a while

While apscheduler scheduler service is running in parent PID meanwhile a new "Worker is booting up" after which, requests from nginx lands on this new pid (worker) and gets blocked it does ...
jamyla's user avatar
  • 47
0 votes
2 answers
41 views

ReactJS - Resetting a timeout in progress and reactivating from the same button press

I have a button that has a callback function. I want the button to start a timeout with a 5 second delay when clicked. If the button is clicked again within that 5 seconds, I want the timeout to ...
user279043's user avatar
0 votes
0 answers
17 views

Request canceled (Client.Timeout exceeded while awaiting headers)

I have a complex Prometheus query that runs successfully and quickly in Thanos but consistently times out in Grafana on big time range like 120 days. The query is as follows: avg(sum_over_time( (sum ...
Delaram Hamraz's user avatar
0 votes
0 answers
25 views

Error when trying to load en_core_web_sm from spaCy module. "Error(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:

I am trying to install spacy. When I run pip install -U pip setuptools wheel pip install -U spacy it works successfully but then when I then run python -m spacy download en_core_web_sm I get the ...
code45329405's user avatar
1 vote
1 answer
26 views

C# TcpClient Networkstream read timeout - Recognize a String from ReadAsync (Telnet)

I am connecting to a remote Telnet Server using TcpClient and Networkstream, as long as the expected answer is delivered from the server everything works fine - however I would like to add a timeout, ...
Manuel's user avatar
  • 645
0 votes
0 answers
20 views

AWS Elasticache timeout error even with good configuration

The backend of my application is hosted with Elastic Beanstalk, everything works great. I recently decided to configure a cache by creating an ElastiCache (Redis) cluster and I have a big problem ...
Oksallz Snzdiz's user avatar
0 votes
0 answers
38 views

All kubernetes health checks fail with Client.Timeout exceeded while awaiting headers

In some of my Kubernetes clusters, randomly, a few tens of minutes apart, all the probes on all the pods fail with a timeout. Here is a sample: Liveness probe failed: Get "http://localhost:29653/...
Constantin Galbenu's user avatar
0 votes
0 answers
38 views

Why timeout works differently when executed from terminal vs from a shell script file

I wanted to implement a unit testing shell script file that runs a command, compares the expected and actual output, and also add timeout constraints. I used actual=$(timeout 2s ./bf --file ./test/inc-...
Seniru Pasan's user avatar
0 votes
0 answers
27 views

PHP-FPM worker terminated after request_terminate_timeout despite recent request start time

I'm encountering an issue with my PHP-FPM and Nginx setup where a PHP-FPM worker is being terminated due to the request_terminate_timeout setting, but the termination doesn't seem to correspond to the ...
Alexander Filichev's user avatar
1 vote
1 answer
29 views

Polly Timeout Policy test doesn't work as expected

I am testing a Polly TimeOut policy public static IAsyncPolicy<HttpResponseMessage> GetTimeoutPolicy(int timeoutSeconds) { return Policy.TimeoutAsync<HttpResponseMessage>( ...
invernomuto's user avatar
  • 10.2k
0 votes
0 answers
12 views

Why does Python time out when importing a file?

I'm attempting to use motor driver software on the Jetson Nano. I have been successful previously with this tutorial, but now when I ssh into the Jetson Nano, navigate to the jetson/jetson directory, ...
Barney_Dinosaur's user avatar
0 votes
0 answers
15 views

Angular 7 to angular 8

I am trying to upgrade my Angular 7 project to Angular 8. I've followed the necessary upgrade steps, including updating packages and configurations. However, when I try to run the project with ng ...
Gökçe Bektaş's user avatar
0 votes
0 answers
18 views

TCP Provider, error: 0 - The wait operation timed out [migrated]

I have a system where many users connect to a database SQL Server through an application, everything works as it should, but sometimes, very rarely, an error occurs. Message: A network or instance-...
Orlandis's user avatar

15 30 50 per page
1
2 3 4 5
656