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

Explicit commit #320

Merged
merged 8 commits into from
Mar 26, 2024
Merged

Explicit commit #320

merged 8 commits into from
Mar 26, 2024

Conversation

vigoo
Copy link
Contributor

@vigoo vigoo commented Mar 25, 2024

NOTE: Requires merging and publishing golemcloud/golem-wit#11 first, and updating the Cargo.toml in the PR before it gets merged.

Resolves #161

@vigoo
Copy link
Contributor Author

vigoo commented Mar 25, 2024

Note: all rust test templates have been rebuilt

async fn wait_for_replicas(&self, replicas: u8, timeout: Duration) -> bool {
let replicas = replicas.min(self.replicas);
match self
.redis
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, looks like stumbled on the correct API here if Redis does something similar. 😄

@vigoo vigoo merged commit f8c975c into main Mar 26, 2024
6 checks passed
@vigoo vigoo deleted the explicit-commit branch March 26, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement explicit commit
2 participants