[x] Fix a bug with showcase page timing out on occasion
[x] Add in Sentry to our application for error monitoring
[x] Continue upgrade Rails journey
Notes
Found out the root cause for the showcase page on stream-cc erroring out. It turns out that I reached a breaking point when there are A LOT of streamers that have the extension installed. So when I am requesting stream information for those channels that are living using it, I am exceeding the single length of a request causing a 404 to Twitch. Neede to add chunking for requests so I don't try to grab ALL of the channels at once.
Top comments (0)