This will read the next link from the api response. It so happens that
sometimes, the next link stays the same between consecutive api calls... Thus
stopping the listing even though there "could" still exist data to list.
This tries to continue by trying one last step, shifting the next index detected
to 1 day in the future (creating a small hole).
As a note, in regards to bitbucket, experiments below period shift of "one day
in the future" bear no success.
Related T1826
Depends D1633