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

ericblade / mws-advanced / 28
88%

Build:
DEFAULT BRANCH: master
Ran 25 Jan 2018 09:01AM UTC
Jobs 1
Files 28
Run time 1s
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
28

push

travis-ci

ericblade
throttle handling v0.0.1

- in conjunction with update to mws-simple 2.1.0, providing an easily
  machine readable error code, we can now detect throttling correctly
  at the higher level.
- super simple version to begin with:
  when callEndpoint receives a throttle message (503 error from mws), it
  will sleep() for the amount of time that it would take for you to receive
  your full amount of calls that were throttled ("maxInFlight"), and then
  it will re-try any requests that were throttled.
- You don't have to do anything special. Just use async/await or Promises
  as you should be, and your requests will automatically work with the
  throttling
- Obviously, there's lots of room to improve this.
- callEndpoint now receives the throttle information, by way of
  generateEndpoints
- fixed orders category to all have correct restoreRate definitions,
  where restoreRate is the number of requests you get restored per minute.
- doc updates

103 of 176 branches covered (58.52%)

Branch coverage included in aggregate %.

259 of 413 relevant lines covered (62.71%)

3.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28.1 25 Jan 2018 09:01AM UTC 0
61.46
Travis Job 28.1
Source Files on build 28
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #28
  • 9b9721d2 on github
  • Prev Build on master (#27)
  • Next Build on master (#35)
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