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

Increase liveness probe initialDelaySeconds to 30 mins #3607

Merged
merged 3 commits into from
Apr 15, 2024

Conversation

tkporter
Copy link
Collaborator

Description

5 mins isn't enough to spin up a relayer and have it indicate healthy metrics anymore. This moves it to 30 mins. Initially I went with a more complicated approach to use restart metrics to prevent reporting a relayer as unhealthy if it has restarted in the last 30 mins, but this is basically the same thing as this

Drive-by changes

Related issues

Backward compatibility

Testing

@tkporter tkporter requested a review from daniel-savu as a code owner April 15, 2024 16:51
Copy link

changeset-bot bot commented Apr 15, 2024

⚠️ No Changeset found

Latest commit: 3ca4ec8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Apr 15, 2024

Codecov Report

Merging #3607 (3ca4ec8) into v2 (7bf945e) will increase coverage by 3.11%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2    #3607      +/-   ##
==========================================
+ Coverage   67.91%   71.02%   +3.11%     
==========================================
  Files          95       95              
  Lines        1446     1446              
  Branches      189      189              
==========================================
+ Hits          982     1027      +45     
+ Misses        457      410      -47     
- Partials        7        9       +2     
Components Coverage Δ
core 94.82% <ø> (ø)
hooks 38.46% <ø> (ø)
isms 67.48% <ø> (ø)
token ∅ <ø> (∅)
middlewares 62.93% <ø> (ø)

@tkporter tkporter merged commit 30e9107 into v2 Apr 15, 2024
24 of 30 checks passed
@tkporter tkporter deleted the trevor/better-liveness-heuristic branch April 15, 2024 17:56
daniel-savu pushed a commit that referenced this pull request Jun 5, 2024
### Description

5 mins isn't enough to spin up a relayer and have it indicate healthy
metrics anymore. This moves it to 30 mins. Initially I went with a more
complicated approach to use restart metrics to prevent reporting a
relayer as unhealthy if it has restarted in the last 30 mins, but this
is basically the same thing as this

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants