moov-io / achgateway

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.
https://moov-io.github.io/achgateway/
Apache License 2.0
52 stars 19 forks source link

pipeline: remove consul and leader election #178

Closed adamdecaf closed 1 year ago

adamdecaf commented 1 year ago

Fixes: https://github.com/moov-io/achgateway/issues/174

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 33.33% and project coverage change: -0.42 :warning:

Comparison is base (2d74648) 42.02% compared to head (8db6058) 41.60%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #178 +/- ## ========================================== - Coverage 42.02% 41.60% -0.42% ========================================== Files 90 87 -3 Lines 4036 3908 -128 ========================================== - Hits 1696 1626 -70 + Misses 2027 1978 -49 + Partials 313 304 -9 ``` | [Impacted Files](https://app.codecov.io/gh/moov-io/achgateway/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io) | Coverage Δ | | |---|---|---| | [internal/pipeline/pipeline.go](https://app.codecov.io/gh/moov-io/achgateway/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-aW50ZXJuYWwvcGlwZWxpbmUvcGlwZWxpbmUuZ28=) | `0.00% <0.00%> (ø)` | | | [internal/service/model\_config.go](https://app.codecov.io/gh/moov-io/achgateway/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-aW50ZXJuYWwvc2VydmljZS9tb2RlbF9jb25maWcuZ28=) | `14.28% <ø> (ø)` | | | [internal/incoming/odfi/scheduler.go](https://app.codecov.io/gh/moov-io/achgateway/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-aW50ZXJuYWwvaW5jb21pbmcvb2RmaS9zY2hlZHVsZXIuZ28=) | `33.33% <16.66%> (+1.41%)` | :arrow_up: | | [internal/pipeline/merging.go](https://app.codecov.io/gh/moov-io/achgateway/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-aW50ZXJuYWwvcGlwZWxpbmUvbWVyZ2luZy5nbw==) | `30.62% <25.00%> (+1.55%)` | :arrow_up: | | [internal/environment.go](https://app.codecov.io/gh/moov-io/achgateway/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-aW50ZXJuYWwvZW52aXJvbm1lbnQuZ28=) | `48.24% <50.00%> (-2.96%)` | :arrow_down: | | [internal/pipeline/aggregate.go](https://app.codecov.io/gh/moov-io/achgateway/pull/178?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-aW50ZXJuYWwvcGlwZWxpbmUvYWdncmVnYXRlLmdv) | `26.54% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/moov-io/achgateway/pull/178/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.