cardinalitypuzzles / cardboard

Dashboard for managing puzzles and tracking status during a puzzle hunt
MIT License
31 stars 20 forks source link

Use fewer resources #450

Open rgossiaux opened 3 years ago

rgossiaux commented 3 years ago

We were running 5 dynos at the end of the hunt--probably not all of them were necessary but we were still using tons of resources. We should find a way to make it cheaper/better.

rgossiaux commented 2 years ago

Could do something like this: https://swr.vercel.app/docs/revalidation where we stop fetching data when folks are tabbed away. That'd probably help a ton