timeout Questions
3
> Could not create service of type FileAccessTimeJournal using GradleUserHomeScopeServices.createFileAccessTimeJournal().
> Timeout waiting to lock journal cache (/Users/mark/.gradle/caches...
2
Solved
2
Solved
I'm using paramiko to connect to an SFTP server on which I have to download and process some files.
The server has a timeout set to 5 minutes, but some days it happens that the processing of the f...
2
Using sudo ping -f (URL) on a Mac gives the message:
Request timeout for icmp_seq as a reply.
How can I fix this?
4
Solved
I need to build a data-structure like this:
map[string]SomeType
But it must store values for about 10 minutes and then clear it from memory.
Second condition is records amount - it must be huge...
Conative asked 25/8, 2014 at 10:43
4
Solved
I need to change a HttpClient.Timeout property after it made a request(s). When I try, I get an exception:
This instance has already started one or more requests. Properties can only be modified...
Hemelytron asked 21/5, 2014 at 18:17
1
In Android Studio Iguana | 2023.2.1 Canary 6 , When I use this version of Android studio, It cannot preview any layout while I use older version such as *Android Studio Giraffe | 2022.3.1 Patch 2 *...
Lull asked 30/9, 2023 at 8:38
2
Solved
I want to connect to a list of a lot of different sites very fast.
Im using asyncio to do this in an asynchronous manner and now want to
add a timeout for when connections should be ignored if the...
Decoder asked 20/4, 2015 at 19:17
24
Solved
Can somebody help me on this? i am getting following error:
Angular & Node version Installed
Angular CLI: 12.0.1
Node: 14.16.0
Package Manager: npm 7.11.2
OS: win32 x64
D:\Learning\Angular>...
Aphorize asked 23/5, 2021 at 8:12
5
I'm new to selenium and wrote the below code to open amazon site. But when I run, I get the error which I pasted below.
from selenium import webdriver
driver = webdriver.Chrome(executable_path=&quo...
Solidus asked 4/7, 2023 at 16:15
1
C++20 std::atomic has wait and notify_* member functions, but no wait_for/wait_until.
The Microsoft STL implementation for std::atomic uses WaitOnAddress (when the OS is new enough to has it). And ...
3
Solved
Is there a way to set timeouts for a whole test suite in mstest, or just for individual tests?
I.E., if I want the total running time of the tests in suite X to be no more than 2 minutes, how do I ...
Vocalise asked 23/10, 2013 at 9:36
5
Solved
We have had an issue with a block of code that responds poorly in the face of slow databases (It craps the bed on a query timeout). We have created a patch, and are in the process of running it thr...
Chimney asked 28/4, 2009 at 14:16
9
While using py.test, I have some tests that run fine with SQLite but hang silently when I switch to Postgresql. How would I go about debugging something like that? Is there a "verbose" mode I can r...
Mohammedanism asked 14/10, 2014 at 0:24
2
Solved
There is a post: How do I set a timeout for client http connections in node.js
but none of the answer will work.
So, I have the code like that:
var remote_client = http.createClient(myPost, myH...
3
My debugger doesn't even begin to run my code. I press F5, the debug tab opens, shows that it is loading, and after a while it says "Session-1 timed out waiting for debuggee to spawn" in a pop-up w...
Catherincatherina asked 23/11, 2019 at 21:48
5
Solved
I'm using UDPClient like below
dim c = New UDPClient(port)
client.CLient.ReceiveTimeout = 1
await client.ReceiveAsync()
However the await does not terminate or throw even
though I have set a ti...
Instrument asked 28/9, 2012 at 10:19
46
Solved
I recently updated to Android Studio 2.3, and now when I try to run the application, the emulator does not come online. It times out after 300 seconds.
Additionally, The app has been experiencing ...
4
Solved
I'm doing an optimization of parameters of a complex simulation. I'm using the multiprocessing module for enhancing the performance of the optimization algorithm. The basics of multiprocessing I le...
Lexicon asked 26/9, 2014 at 16:12
3
When I'm making a post request with axios from client-side(React JS) to the server(spring), the response time of server is more than 2 minutes. So client is not waiting to receive the response when...
Crinite asked 30/1, 2020 at 13:24
1
I've been facing this issue where the Jupyter notebook terminal closes thereby shutting down all python kernels I'd be working with at that time. The terminal shows this error message:
ConnectionRe...
Agglutination asked 15/1, 2021 at 17:36
4
Solved
I am using LWP to download content from web pages, and I would like to limit the amount of time it waits for a page. This is accomplished in LWP like this:
my $ua = LWP::UserAgent->new;
$ua->...
Leisure asked 12/6, 2012 at 2:13
8
I'm running a curl request on an eXist database through php. The dataset is very large, and as a result, the database consistently takes a long amount of time to return an XML response. To fix that...
8
Solved
I'm writing an application that utilizes JavaScript timeouts and intervals to update the page. Is there a way to see how many intervals are setup? I want to make sure that I'm not accidentally goin...
Fossiliferous asked 13/5, 2009 at 15:21
18
I have Puma running as the upstream app server and Riak as my background db cluster. When I send a request that map-reduces a chunk of data for about 25K users and returns it from Riak to the app, ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.