Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Kraken: Rate limiting for backfilling and warning instead of error on API retries #217

Merged
merged 2 commits into from
Jun 4, 2017

Conversation

crubb
Copy link
Contributor

@crubb crubb commented Jun 3, 2017

Addressing comments from #177.

@crubb crubb mentioned this pull request Jun 3, 2017
@@ -50,6 +50,8 @@ module.exports = function container(get, set, clear) {
name: 'kraken',
historyScan: 'forward',
makerFee: 0.16,
// The limit for the public API is not document, 1750 ms between getTrades in backfilling seems to do the trick to omit warning messages.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not document > not documented

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Owner

@DeviaVir DeviaVir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 awesome!

@DeviaVir DeviaVir merged commit dad44bc into DeviaVir:master Jun 4, 2017
supersabbath pushed a commit to supersabbath/zenbot that referenced this pull request Oct 2, 2017
… API retries (DeviaVir#217)

* Kraken: Rate limiting for backfilling and warning instead of error on API retries

* Typo
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants