Skip to content
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

Merged
merged 3 commits into from
Feb 10, 2025
Merged

misc Fast USDC cleanup #10970

merged 3 commits into from
Feb 10, 2025

Conversation

turadg
Copy link
Member

@turadg turadg commented Feb 7, 2025

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

Copy link

cloudflare-workers-and-pages bot commented Feb 7, 2025

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

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

View logs

@turadg turadg added the force:integration Force integration tests to run on PR label Feb 10, 2025
@turadg turadg requested review from dckc and samsiegart February 10, 2025 19:18
@turadg turadg marked this pull request as ready for review February 10, 2025 19:18
@turadg turadg requested a review from a team as a code owner February 10, 2025 19:18
Copy link
Member

@dckc dckc left a 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;
Copy link
Member

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.

Copy link
Member Author

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.

@turadg turadg added the automerge:rebase Automatically rebase updates, then merge label Feb 10, 2025
@mergify mergify bot merged commit fb6a3e0 into master Feb 10, 2025
104 checks passed
@mergify mergify bot deleted the ta/fu-misc branch February 10, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:rebase Automatically rebase updates, then merge force:integration Force integration tests to run on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix flake in multichain-testing
2 participants