You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When executing the code sometime Bitfinex limitation (https://docs.bitfinex.com/docs/requirements-and-limitations) reached.
A logic need to be added when it happens and sleep for a time (60s) defined by Bitfinex.
Describe the solution you'd like
A logic like that would be nice to be added:
Is your feature request related to a problem? Please describe.
When executing the code sometime Bitfinex limitation (https://docs.bitfinex.com/docs/requirements-and-limitations) reached.
A logic need to be added when it happens and sleep for a time (60s) defined by Bitfinex.
Describe the solution you'd like
A logic like that would be nice to be added:
orig code:
..suggested code:
..the above suggested changes handles the situation if date is newer than latest data (even today added causes exception in code running)
The text was updated successfully, but these errors were encountered: