This fixes invocation of any indexing lister without providing any bounds arguments to the run method.
For instance, you can start a full github listing in the docker environment trough the following command:
$ docker-compose exec swh-scheduler-api swh scheduler task add list-github-incremental -p oneshot
Related T2001