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

Adjusts caching on the EC version to avoid errors #358

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

crdant
Copy link
Member

@crdant crdant commented Oct 14, 2024

TL;DR

Updates the function for fetching the EC version to check the right
variable when catching

Details

We were getting some download errors on the Embedded Cluster. It was
sporadic and there were a couple of options. The first was GitHub rate
limits, which may still be a factor. The second was that the version was
either not being fetched or being fetched incorrectly.

Investigating the second option, I realized that the code that checked
the runtime variable for the version was checking the wrong variable.
This change checks the right variable there. I'm not 100% sure this will
be a lasting fix to the issue, but it was a bug and it was in the right
area.

The code also updates the track checksum (since it changes with every
push) and fixes an error where the config help text had some variable
interpolation problems.

TL;DR
-----

Updates the function for fetching the EC version to check the right
variable when catching

Details
-------

We were getting some download errors on the Embedded Cluster. It was
sporadic and there were a couple of options. The first was GitHub rate
limits, which may still be a factor. The second was that the version was
either not being fetched or being fetched incorrectly.

Investigating the second option, I realized that the code that checked
the runtime variable for the version was checking the wrong variable.
This change checks the right variable there. I'm not 100% sure this will
be a lasting fix to the issue, but it was a bug and it was in the right
area.

The code also updates the track checksum (since it changes with every
push) and fixes an error where the config help text had some variable
interpolation problems.
@crdant crdant added type::bug Something isn't working bug::normal labels Oct 14, 2024
@crdant crdant merged commit 00067b5 into main Oct 14, 2024
2 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug::normal type::bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant