swh-lister/swh/lister/cgit
David Douard bd11830328 cgit: reduce the batch size to 10 and add a bit of logging
Since the CGit lister now perform an HTTP query for each git repos listed in
the main index, it is significantly slower, so reducing the time between
database commits make sense, and won't overload the database.

With a bit of logging, it makes it easier to follow/debug the progress of
a listing.
2019-09-04 15:37:40 +02:00
..
tests
__init__.py implement listers as plugins 2019-09-03 15:02:24 +02:00
lister.py cgit: reduce the batch size to 10 and add a bit of logging 2019-09-04 15:37:40 +02:00
models.py
tasks.py plugins: add support for scheduler's task-type declaration 2019-09-04 15:36:08 +02:00