-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connection cooldown time for local computers? #2880
Comments
The |
Ok, so I guess you'll set the default to 0 for local connections? That would already make more sense. I still think it is preferable that |
Yes I am fixing this now, as well as adding additional validation and cleaning things up. Currently you can set it to a negative number for example. It will be difficult to not have this prompt only for the local transport. These configure commands are created dynamically based on the registered transport entry points and the options are created based on the auth options defined in that class. Since this is a property of the base |
Ok, then let's not invest time in this right now. |
Actually, we have just tested this again and this is not correct.
|
AiiDa currently configures a connection cooldown time for local computers:
Not sure this really makes sense... one could leave it as an option for testing but I don't think we should prompt for it.
Also, the help shows the time as an integer, while the default is shown as a float (which makes more sense I find):
The text was updated successfully, but these errors were encountered: