Feature: stellar observer retry with exponential back-off timer#607
Merged
marcelosalloum merged 14 commits intorelease/1.2.0from Sep 30, 2022
Merged
Feature: stellar observer retry with exponential back-off timer#607marcelosalloum merged 14 commits intorelease/1.2.0from
marcelosalloum merged 14 commits intorelease/1.2.0from
Conversation
95a899f to
3d14019
Compare
…OBSERVER_HEALTH_SERVER_PORT` (default: 8083).
df39ec3 to
8b11a33
Compare
3d14019 to
6cd163f
Compare
82f8525 to
0734529
Compare
|
Something went wrong with PR preview build please check |
0734529 to
7e219bc
Compare
|
Reference Server Preview is available here: |
lijamie98
suggested changes
Sep 30, 2022
7e219bc to
0b1c357
Compare
|
Reference Server Preview is available here: |
|
Reference Server Preview is available here: |
Base automatically changed from
feature/add-health-check-to-stellar-observer
to
release/1.2.0
September 30, 2022 21:12
marcelosalloum
added a commit
that referenced
this pull request
Oct 6, 2022
### What Add retry and exponential back-off to the stellar observer when the queue is offline. ### Why Close #293.
12 tasks
marcelosalloum
added a commit
that referenced
this pull request
Oct 7, 2022
lijamie98
added a commit
that referenced
this pull request
Oct 11, 2022
* log test results (#608) * add health check to stellar observer (#602) * stellar observer retry with exponential back-off timer (#607) * update helm chart by exposing the metrics port to the internal network (#610) * expose the `8082` metrics port to the internal network. * add `deployment.annotations` to the example values. * delete duplicate appearance of `ORG_URL` in the example values. * updated the version string and the change log * allow refund status to patch transaction (#618) * fix: stop crashing when parsing response content into ErrorResponse (#612) * separate observer deployment (#613) * remove basic tests from release_main.yml, release_release.yml to avoid duplicating tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
PR Structure
otherwise).
paymentservice.stellar, orallordocif the changes are broad or impact manypackages.
Thoroughness
What
Add retry and exponential back-off to the stellar observer when the queue is offline.
Why
Close #293.