• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

awesome-flow / flow / 312
96%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2019 08:11PM UTC
Jobs 2
Files 5
Run time 39s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
312

push

travis-ci-com

icanhazbroccoli
Sink actor configurable reconnect parameters

This commit introduces 3 new config attributes for sunk actor:
  * min_backoff <int>, default: 50ms
  * max_backoff <int>, default: 5s
  * max_retries <int>, default: 0 (no limit)

`min_backoff` is the minimum backoff period once a reconnect flag is
received from the sink head.

`max_backoff` is the upper backoff period once a reconnect flag is
received from the sink head.

`max_retries` is the max number of unsuccessful reconnect attempts a
sink can try until it returns a fatal error (panics and terminates).

Signed-off-by: Oleg Sidorov <me@whitebox.io>

492 of 511 relevant lines covered (96.28%)

40.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 312.1 (GO111MODULE=on) 05 Aug 2019 08:11PM UTC 0
96.28
Travis Job 312.1
2 312.2 (GO111MODULE=on) 05 Aug 2019 08:12PM UTC 0
96.28
Travis Job 312.2
Source Files on build 312
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #312
  • 2c970f00 on github
  • Prev Build on master (#311)
  • Next Build on master (#313)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc