You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
noted that dandi client is too slow, thought that it would be some added recent imports. nope:
❯ dandi -l 1 validate
2022-12-14 16:32:28,296 [ DEBUG] Starting new HTTPS connection (1): rig.mit.edu:443
2022-12-14 16:32:33,305 [ DEBUG] Could not check dandi/dandi-cli for version updates: Connection to server could not be made
so it took 5 seconds to silently timeout while checking for updates. I feel like we should add such checks to happen out of band - e.g. that function to start a thread which would be joined/waited at the end of the process (atexit) or smth like that.
The text was updated successfully, but these errors were encountered:
noted that
dandi
client is too slow, thought that it would be some added recent imports. nope:so it took 5 seconds to silently timeout while checking for updates. I feel like we should add such checks to happen out of band - e.g. that function to start a thread which would be joined/waited at the end of the process (
atexit
) or smth like that.The text was updated successfully, but these errors were encountered: