big-band-roulette / musicians-portal-old

A portal for Big Band Roulette musicians built using Flask.
https://portal.bigbandroulette.com
0 stars 0 forks source link

Add API for the SquareSpace #12

Open carlashworth opened 1 year ago

carlashworth commented 1 year ago

Add functionality that allows people to see how many musicians are in the pool for each instrument.

carlashworth commented 1 year ago

Still need to add the cron manager and cache the returned values.

THargreaves commented 1 year ago

For portability and ease of passover (no hidden cron deps), I'm going to implement this using APScheduler.

THargreaves commented 12 months ago

Benchmarked this and the latency from querying every time is minimal even for fairly large databases so going to leave this for a later point.