liquidz / antq

Point out your outdated dependencies.
Other
394 stars 22 forks source link

Lots of Timed out errors #205

Closed seancorfield closed 1 year ago

seancorfield commented 1 year ago

I don't know whether something changed in one of the recent antq releases, but I'm seeing Timed out a lot more these days in the report it produces. Could antq perhaps retry more if it gets a timeout trying to fetch version information?

liquidz commented 1 year ago

@seancorfield Thank you for reporting!

Hmm, I'm not seeing Timed out message in my environment, and recent changes are only bumping libraries. I'll check those library's changelogs more.

Could antq perhaps retry more if it gets a timeout trying to fetch version information?

How about these environmental variables? https://github.com/liquidz/antq/blob/main/doc/timeout.adoc

seancorfield commented 1 year ago

Thanks. I'll try the env var and see if that helps.

seancorfield commented 1 year ago

Since bumping the env var to 30s, I have seen no Timed out errors (my Windows/WSL2 setup occasionally "sleeps" on network access, hence the timeouts). Thank you!