kesne / jeopardy-bot

:boom: ​A Slack bot for Jeopardy! games. :boom:
31 stars 23 forks source link

Trigger async rendering of next board while playing previous board #207

Closed fwenzel closed 5 years ago

fwenzel commented 5 years ago

Takes a long time from answering to choosing again. If it is rendering delay (not: upload to slack), we should kick off rendering when the previous question was chosen (since the next state is already clear)

kesne commented 5 years ago

It's uploading to slack that's causing the delay unfortunately :(

We used to upload images to imgur and let unfurl take care of it, but that didn't seem super ideal. I can offer that again as an option to speed up some instances though.

fwenzel commented 5 years ago

Makes sense -- clearly this thing needs upload to S3 and a CDN 😆