cardinalitypuzzles / cardboard

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

rate limit discord calls #565

Open rawxfish opened 2 years ago

rawxfish commented 2 years ago

I've ran into Celery workers erring b/c Discord's rate limit when I was testing locally. I suspect we wouldn't be solving and unsolving puzzles every few seconds in the actual hunt. Still, it would be nice to enforce a rate limit somewhere, maybe a Celery queue or sth.