-
Notifications
You must be signed in to change notification settings - Fork 2k
Conversation
Side note: gdax update_products.js needs to be run. |
Want another note here: FTR my current settings (that dont seem too too volatile working with this is below:
|
There's definitely maybe something going on in c.wait.for.settlement, though, if I am correct, this is the correct functioning. Maybe there needs to be more variables in wait_for_settlement spaced out for each call. Such as: c.buy.retry.settlement This, or that there NEEDS to be some sort of promise function that way all the calls are not piling up on the c.wait.for.settlement or the retry function in strategy.js promise(timeout { function (buy) } c.buy.interval) I am not 100% sure of the code workings, but, I guess this would be within gdax's API limit with those settings above. But all the while, this heavily depends on the public and private API endpoints, even then so, GDAX public api has like 3 calls per second, and private has like 6 in burst.
This would make no sense unless there wasn't a promise statement or there was a flood happening in the code piling up in a function. Maybe, like I said, the promise must happen before the timeout. |
I really don't think that removing the console.error calls is a very good workaround here. Please don't! |
I agree to an extent. Thanks. (not sure if that other PR went through, but, if there is any more PR's from me they will be a few days until I am back on my feet since I basically broke my neck the other day rofl) |
Suppresses the illusion that your client is not working right.