Necktschnagge / finn

0 stars 0 forks source link

On finnhub API limits #15

Open Necktschnagge opened 1 year ago

Necktschnagge commented 1 year ago

To just repeat an API request whenever we exceeded some requests per minute or per second limit, we may just check for response code 429, see

Necktschnagge commented 1 year ago

The implementation of #11 has already considered this issue.