Can someone help me with the method to access the "Created for You" section on local, I can access the same on the deployed but on local it gives me the "oh no" clipart
vardhan joined the channel
vardhan has quit
d4rk-ph0enix has quit
d4rk-ph0enix joined the channel
yvanzo has quit
mruszczyk has quit
d4rk-ph0enix has quit
d4rk-ph0enix joined the channel
yvanzo joined the channel
mruszczyk joined the channel
d4rk-ph0enix has quit
d4rk-ph0enix joined the channel
suvid[m]
monkey: I have implemented all the required changes.
Please do let me know if any further improvements are required š
Also, now all the tests pass š„³
Kladky joined the channel
SigHunter has quit
SigHunter joined the channel
d4rk-ph0enix has quit
d4rk-ph0enix joined the channel
mayhem[m]
lucifer: gaga has a lot of postgres activity right now. 300% typesense too. meh.
mayhem[m] uploaded an image: (22KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/SWbsEjQIzPSEJzczBrcGExkG/image.png >
that doesnt look good, lucifer
d4rk-ph0enix has quit
d4rk-ph0enix joined the channel
lucifer[m]
Hmm
Looking
mayhem[m]
graphana doesn't tell much.
@zas: remind me please, where can I find the current traffic to LB from the gateways in grafana?
mayhem: the memory usage looks consistent with full dumps if you expand the range to 6 months.
mayhem[m]
ah, ok.
lucifer[m]
something that we should look into and fix in longer term but nothing unusual for now
mayhem[m]
there are a lot of postgres procs that look... .interesting.
just backed up because of the dump?
lucifer[m]
possible.
d4rk-ph0enix has quit
d4rk-ph0enix joined the channel
mayhem[m]
interesting factoid for summit expense: 2024 - $17,644.74
2023 - $17,783.35
going to india was $138.61 cheaper than barcelona. and that includes going to the Taj, so India was cheaper.
monkey[m]
<aerozol[m]> "jasje: Hemang Mishra: Following..." <- Hemang Mishra, aerozol : That's right, the play button would be solid blue/purple on the LB website, like on the album pages for example:
monkey[m] uploaded an image: (4KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/mBsBwmsyxTUWvDwsNGSZLLzD/image.png >
<suvid[m]> "Thanks monkey for a detailed..." <- suvid: That example volume screenshot looks perfect. For the color scheme just follow the styles of the player queue. Will look at the PR, thanks for your continued work!
lucifer: I am looking again at what ails gaga and looking at the current queries, there are a lot of these queries: https://github.com/metabrainz/listenbrainz-serv... those are just about the only queries running. and there are a lot postgres procs that are CPU bound right now. this doesn't look like it caused by the dumps.
zas: ping
lucifer[m]
[@mayhem:chatbrainz.org](https://matrix.to/#/@mayhem:chatbrainz.org) sometimes due to transactional guarantees unrelated queries can be held up, dumps have long running transactions iirc.
If the popularity queries are idle i don't they are causing it
mayhem[m]
understood.
lucifer[m]
If there are locked or waiting or active it's probably something else
mayhem[m]
about 30 active queries at a time.
all the popularity queries are active.
the thing is, we normally dont get this while processing dumps
seems as if someone is hitting the popularity API a lot or we have a lot entity pages being loaded right now.
which is why I want to know if there is an increase in traffic to LB.
mayhem[m] wait for zas to appear.
d4rk-ph0enix has quit
d4rk-ph0enix joined the channel
zas[m]
pong
mayhem[m]
do we have a graphana view that shows inbound traffic to LB? I want to see if there was a recent spike in user traffic.
yay, postgres is not almost entirely quiet. all typesense.
BrainzGit
[listenbrainz-server] 14MonkeyDo opened pull request #3128 (03masterā¦back-button-playlist-page): Add back button and secondary navbar to playlist pages https://github.com/metabrainz/listenbrainz-serv...
mayhem[m]
lucifer: where should I add the code to add those indexes for the popularity tables?
monkey: Approved! Let's merge this PR and do a release?
d4rk-ph0enix has quit
d4rk-ph0enix joined the channel
monkey[m]
I have some merge conflicts to resolve first, but keen on merging it, let me finish that up in a few minutes
ansh[m]
cool
aerozol[m]
Looks good btw guys!!
ansh[m]
monkey: Regarding this (https://github.com/metabrainz/listenbrainz-serv...), do you have your apple music connected? cuz technically the button should be hidden, in case the user does not have their apple music connected
monkey[m]
Hmm, interesting. Yes, I do have my account connected despite the fact that my one-month-subscription-for-testing has elapsed.
OK, I think this is an edge case and maybe not so worth investigating. It should probably be more of a backend automatic disabling of a service if we get certain types of responses/errors, but let's leave that for another day.