jjst / now-playing

Find out which radio station is playing what, at anytime
2 stars 0 forks source link

stream aggregator doesn't time out #116

Open jjst opened 3 years ago

jjst commented 3 years ago

If the stream url doesn't respond to the http request immedialy or takes a while this will cause slow response times.

https://app.lightstep.com/s/trace/sAx_iFnVYWea

Ensure the code times out eventually. If possible pass a time out to the HTTP request, otherwise force the function to time out.

https://stackoverflow.com/a/22348885/887422