lucifer_ (IRC): what are the logs in request consumer container?
pite has quit
_BrainzGit
[listenbrainz-server] 14RayyanSeliya opened pull request #3294 (03master…add-ia-metadata-cache-files): Add Internet Archive metadata cache schema and related SQL changes https://github.com/metabrainz/listenbrainz-serv...
<lucifer[m]> "lucifer_ (IRC): what are the..." <- Updated the [gist](https://gist.github.com/granth23/95232d5ed5c0eff47ad4ab2bb14fc9bb)
bitmap[m]
<reosarevok[m]> "bitmap: any opinions about MBS-1..." <- that situation is a bit weird though because the edits were put to a vote...and it also requires the relationship already existing to trigger that
brainzbot bug because the MBS ticket name was cutoff in the reply.
bitmap[m]
I think if they were autoedits, the current order would make sense so that the relationship edits appear to be editing the correct URL?
reosarevok[m]
Yeah I dunno, both ways seem to make sense in some cases 🤷
bitmap[m]
it also assumes that both edits will be get the requisite votes and apply during the same hour/modbot run
s/be//
derat[m] has quit
rayyan_seliya123
<_BrainzGit> "[listenbrainz-server] RayyanSeli..." <- Hey lucifer: wanted to update about my progress till now I have made a pr above which adds some cache schema and sqltables or related files I would love to hear any feedback or suggestion for this , also I have successfully created an indexer for 78 rpm and... (full message at <https://matrix.chatbrainz.org/_matrix/media/v3/...>)
lucifer[m]
rayyan_seliya123: you can copy your script to the repo, a new folder inside metadata_cache directory and directly run it for now. and slowly refactor it.
rayyan_seliya123
lucifer[m]: So no need to create the files like handler.py client.py ...etc only indexer.py script ??
lucifer[m]
rayyan_seliya123: for the first draft, yes
rayyan_seliya123
lucifer[m]: Also should I update the indexer for full limit rather than constraining it upto 1000 ?
lucifer[m]
yes it should work on the full collection. but if its easier you can keep testing on 1000 items for now
rayyan_seliya123
lucifer[m]: Okk sure !
rayyan_seliya123: So the conclusion is that I should copy my indexer.py script and create a new folder in metadata_cache as like naming it internetarchive and under that folder I will add my indexer.py script for now ?? And how to test this indexer in Listenbrainz repo ?
* So the conclusion is that I should copy my indexer.py script from my prototype and create a new folder in metadata_cache as like naming it internetarchive and under that folder I will add my indexer.py script for now ?? And how to test this indexer in Listenbrainz repo ?
lucifer[m]
yes
holycow23[m]
<holycow23[m]> "Updated the [gist](https://gist..." <- lucifer: any update over the error
[@suvid:matrix.org](https://matrix.to/#/@suvid:matrix.org) best to push the code to a draft PR yes and I can reference the code in it to help out
You shouldn't need a new model I think, the existing ones should work fine. Store the zip path and any other data in the metadata jsonb column of the background task.