issues
search
samuelventura
/
athasha
Automation Now
MIT License
0
stars
0
forks
source link
Ensure timeout and disable/enable for connstr test button
#58
Closed
samuelventura
closed
2 years ago
samuelventura
commented
2 years ago
Connection Timeout=2;
is honored if pointing to a non existing IP with in our network
Timeouts after 15s if no connection timeout is specified in connstr
Have not tested
cmd.CommandTimeout = 60;
Critical not to overlap test requests by disabling button untils resolved.
samuelventura
commented
2 years ago
At this moment an invalid or unresponsive fetch path throws an exception
Need better error handling for REST APIs
Connection Timeout=2;
is honored if pointing to a non existing IP with in our networkcmd.CommandTimeout = 60;