Activity log for bug #487522

Date Who What changed Old value New value Message
2009-11-24 10:54:30 Michael Vogt bug added bug
2009-11-24 10:54:30 Michael Vogt attachment added small demo http://launchpadlibrarian.net/36011034/launchpad-fail.py
2009-11-24 17:29:33 Julian Edwards affects soyuz launchpad-foundations
2009-11-24 19:27:54 Michael Vogt attachment added updated script with ws.size and exception printout http://launchpadlibrarian.net/36033052/launchpad-fail.py
2009-11-25 08:51:20 Michael Nelson summary getPublishedSources() does not support batch operations named_get's do not support custom batches via slice
2009-11-25 08:54:40 Michael Nelson description Whilte working on the launchpadlib based changelog extract tool I run into the issue that I need to query for all published source packages to populate the initial changelogs (this is needed only once, from that point on its just a call to getPublishedSources with created_since_date). I read on the launchpadlib api page that slicing is the solution for big queries like this, but that does not seem to work for me. I attach a small test program that demonstrates what I have in mind, the full source can be found at "lp:~mvo/+junk/lp-changelogs-crawler". The script works nicely if I limit the search to certain packages, but it does no longer work I ask it for all source packages. Any hints or workarounds are welcome. While working on the launchpadlib based changelog extract tool I run into the issue that I need to query for all published source packages to populate the initial changelogs (this is needed only once, from that point on its just a call to getPublishedSources with created_since_date). I read on the launchpadlib api page that slicing is the solution for big queries like this, but that does not seem to work for me. I attach a small test program that demonstrates what I have in mind, the full source can be found at "lp:~mvo/+junk/lp-changelogs-crawler". The script works nicely if I limit the search to certain packages, but it does no longer work I ask it for all source packages. Any hints or workarounds are welcome. Note: after viewing oopsid=OOPS-1424S588 it is obvious that the default batching is being executed (50), but in this case it is timing out, hence trying to include the custom batch via a slice.
2010-03-16 01:51:24 Gary Poster launchpad-foundations: status New Triaged
2010-03-16 01:51:42 Gary Poster launchpad-foundations: importance Undecided High
2010-07-04 20:34:38 Felix Geyer bug added subscriber Felix Geyer