-
Notifications
You must be signed in to change notification settings - Fork 231
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
misc Fast USDC cleanup #10970
misc Fast USDC cleanup #10970
Conversation
Deploying agoric-sdk with
|
Latest commit: |
00d146d
|
Status: | ✅ Deploy successful! |
Preview URL: | https://64203fb4.agoric-sdk.pages.dev |
Branch Preview URL: | https://ta-fu-misc.agoric-sdk.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not clear to me that waiting longer helps, but I guess it doesn't hurt much
// XXX even 15 wasn't enough | ||
const SMART_WALLET_PROVISION_RETRIES = 30; | ||
// XXX also tried 15, 30. There's probably something deeper to fix. | ||
const SMART_WALLET_PROVISION_RETRIES = 100; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
has a higher retry count ever helped?
my intuition says that the thing gets into a state where just retrying won't help.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so but since it's intermittent it's hard to know for sure. If 100 doesn't work then I'll take a different tack.
closes: #9934
Description
Increases the threshold for multichain that has been timing out (à la #9934)
Also includes a couple tiny improvements to docs and logging.
Security Considerations
Scaling Considerations
Documentation Considerations
Testing Considerations
Upgrade Considerations