Mango-information-systems / twitto_be

twitto_be is a real-time tweets analytics dashboard
https://twitto.be
Other
12 stars 2 forks source link

decrease tweets stream's backoff interval #141

Closed mef closed 6 years ago

mef commented 6 years ago

Whenever an error happen at twitter API streaming side, twitto currently waits several minuted before reattempting to connect. An important number of tweets is occasionally missed because of this.

tweetStream's incremental backoff value is too important, decrease it.

Quick solution to be implemented, as a future refactoring will probably be necessary (cf. Twitter Developer Platform Roadmap's replace statuses/filter card.