9,809 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
28
views
Microsoft Graph PDF conversion timing out at ~45 seconds with "General_Timeout" error
Environment:
Azure App Service (Windows)
Node.js application
@microsoft/microsoft-graph-client v3.0.7
Testing with Postman (to isolate from client-side issues)
SharePoint Online drive item ...
-1
votes
0
answers
58
views
Graph 504 GatewayTimeout leading to CommandConcurrencyLimitReached Error
we have an application that is processing incoming emails. Every now and then we are getting timeouts from Graph. However we are not retrieving lots of data.
An example of one call where we get a ...
0
votes
2
answers
105
views
HTTP POST time out after 5 minutes Chrome / 10 minutes Firefox
I have an Angular front-end and Quarkus back-end running locally on my machine, without any infrastructure like nginx, Kubernetes, etc.
Using the application, I am uploading large files (order of ...
0
votes
1
answer
68
views
Timeout with restc-cpp
I have the following code to execute a PUT to a given address by means of the restc-cpp library:
auto rest_client = RestClient::Create();
auto done = rest_client->ProcessWithPromise([&mess,...
Advice
0
votes
1
replies
63
views
How to implement session timeout in .NET Framework 4.7.2 application
We have several applications built in .NET Framework 4.7.2 that uses .NET Identity for authorisation and authentication. I am trying to implement a session timeout, in line with OWASP recommendations.
...
0
votes
0
answers
53
views
I'm getting a timeout when adding second page.evaluate with puppeteer
I have this with node 25.0.0 and Windows and puppeteer. Basically the get_card_search_results is called and it loads a page that features lazy loading. It will "scroll" the page down to ...
2
votes
1
answer
88
views
GridDB Cloud Python client: How to handle connection timeout and auto-reconnect?
I’m using GridDB Cloud with the official Python client to insert real-time IoT data into a time-series container.
The script runs continuously, but after a few hours I get a connection timeout and ...
4
votes
0
answers
490
views
Is there a parameter in Android Studio for the Geminin Agent timeout
I have been trying out Gemini Agent. One problem I get very often is that I ask it for a code change, it thinks and responds with t's understanding of my request (usually it's pretty close to what I ...
1
vote
1
answer
75
views
Gunicorn with worker 1 not able to call local API
I have flask app, which we are running using gunicorn.
App structure.
% tree your_flask_app
your_flask_app
├── __init__.py
├── app.py
└── routes
├── __init__.py
├── data.py
└── shared.py
...
1
vote
0
answers
100
views
Postgres stored procedure doesn't return if running longer than 5 minutes
I have the following simple Postgres stored procedure created that just sleeps a number of minutes as passed in to call:
create procedure sleep_test(delay_minutes numeric)
language plpgsql
as
$$
...
-1
votes
1
answer
87
views
Does Bit Flows Pro limit either the number of nodes executed in a single flow or the maximum duration?
Bit Flows Pro flow stops early (~20–21s) with fewer nodes than expected on WordPress (OpenLiteSpeed + lsphp). Where is the timeout coming from and how do I raise it?
Environment
WordPress + Bricks ...
1
vote
1
answer
72
views
Сonnection timeout for function does not seem to work in Python script
for some reason the connection timeout does not seem to work when connecting to a Firebird database. For example, if an incorrect IP address is specified, the script hangs and waits for a long time.
#!...
0
votes
0
answers
114
views
TimeoutError occured when using wandb.init
I used wandb.init and resulted in the error below.
wandb: Currently logged in as: MyWandbAccount (accountname) to https://api.wandb.ai. Use `wandb login --relogin` to force relogin
wandb: ERROR Run ...
1
vote
0
answers
66
views
FastAPI on Azure VM gets `botocore.exceptions.ReadTimeoutError` from AWS Bedrock after idle period
I am running a FastAPI application on an Azure Virtual Machine. This application uses langchain-aws methods (ChatBedrockConverse) to make calls to the AWS Bedrock service.
After a period of inactivity ...
2
votes
1
answer
384
views
How to fix DioException [connection timeout] in Flutter with AlgoliaSearch or Dio package?
I'm trying to fetch data using Algolia Search in Flutter and the data does get fetched the problem is that it gives the following error:
DioException (DioException [connection timeout]: The request ...