Yooooomi / your_spotify

Self hosted Spotify tracking dashboard
GNU General Public License v3.0
2.67k stars 109 forks source link

Best of hour performances * 10 #355

Closed Yooooomi closed 4 months ago

Yooooomi commented 4 months ago

FROM

image

TO

image
quentinguidee commented 4 months ago

Niiice! 😎

quentinguidee commented 4 months ago

Also if you have time to check the "longest session" request, mine in "All" results in a 500 error because it goes over the memory limit:

MongoServerError: PlanExecutor error during aggregation :: caused by :: $push used too much memory and cannot spill to disk. Memory limit: 104857600 bytes
Yooooomi commented 4 months ago

Ow no I hate this request...

Yooooomi commented 4 months ago

Ok same strategy as other requests, FROM

image

TO

image

I guess we take it

quentinguidee commented 4 months ago

Thx! That solved the memory limit issue 🚀