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

refactor: remove flyctl/retry #4133

Merged
merged 1 commit into from
Dec 23, 2024
Merged

refactor: remove flyctl/retry #4133

merged 1 commit into from
Dec 23, 2024

Conversation

kzys
Copy link
Member

@kzys kzys commented Dec 19, 2024

testRetryBackoffContextTimeout has been flaky.

Instead of fixing, this change removes our own retry package. We don't have to write our own.

Fixes #4124

Change Summary

What and Why:

How:

Related to:


Documentation

  • Fresh Produce
  • In superfly/docs, or asked for help from docs team
  • n/a

go.mod Outdated
@@ -22,6 +22,7 @@ require (
github.com/buildpacks/pack v0.36.1
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/cenkalti/backoff v2.2.1+incompatible
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'd like to remove cenkalti/backoff (v1) eventually, but not in this PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

No. It isn't that hard. I did that in this PR :)

testRetryBackoffContextTimeout has been flaky.

Instead of fixing, this change removes our own retry package. We don't
have to write our own.

Fixes #4124
@kzys kzys marked this pull request as ready for review December 19, 2024 23:46
@dangra dangra merged commit c8a5b67 into master Dec 23, 2024
34 checks passed
@dangra dangra deleted the bye-retry branch December 23, 2024 14:03
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.

Test flake: testRetryBackoffContextTimeout
2 participants