swh-lister/swh/lister/gitlab
Antoine Lambert e904f4760e gitlab: Handle HTTP status code 500 when listing projects
GitLab API can return errors 500 when listing projects
(see https://gitlab.com/gitlab-org/gitlab/-/issues/262629).

To avoid ending the listing prematurely, skip buggy URLs and move
to next pages.

Related to T3442
2021-07-23 15:07:16 +02:00
..
tests gitlab: Handle HTTP status code 500 when listing projects 2021-07-23 15:07:16 +02:00
__init__.py gitlab: Port to the new lister api 2021-01-25 08:51:16 +01:00
lister.py gitlab: Handle HTTP status code 500 when listing projects 2021-07-23 15:07:16 +02:00
tasks.py gitlab: Adapt celery task implementations to the new lister api 2021-01-25 15:08:31 +01:00