Tag page does is not showing latest tags

Summary

When I visit the Tags page for my project, such as https://gitlab.com/gitlab-org/gitlab/-/tags, I don't see the last several tags - they are not listed.

For example, git tag shows

Screen_Shot_2021-08-14_at_12.24.01_PM

but the tags page doesn't show anything after v2.1.0 Screen_Shot_2021-08-14_at_12.36.39_PM

I did double check that the Tags page was sorted by Name. Note the tags from git tag are all lowercase, so they should show up together.

This was still happening over 10 minutes later, so I would expect any update jobs to have completed already. Even so, tags from a few months back are not showing either.

Steps to reproduce

  • pushed a new tag to the repository.
  • checked the Tags page
  • sorted by Name and went to last page where I expect the tag name to be listed
  • tag is not there, not anywhere else in the list
  • project is private
  • the default branch for the project is set to develop (following gitflow configuration)

What is the current bug behavior?

Described above

What is the expected correct behavior?

All tags should be visible in the list and correspond to git tag output

Output of checks

This bug happens on GitLab.com