Description:
"Last Pulled" and "Pull Count" columns value keep empty when same tag in multiple repositories, looks like either it has been pulled or not
Pre-Merge PR: https://github.com/quay/quay/pull/4382
Quay Config: local-dev/stack/config.yaml
FEATURE_IMAGE_PULL_STATS: true
Steps:
- Set FEATURE_IMAGE_PULL_STATS: true
change config.py REDIS_FLUSH_INTERVAL_SECONDS = 30 - Push alpine/busybox 2 images to repository A on localhost:8080

- Pull alpine 3 times, busybox 1 time from repo A

- Push the same alpine/busybox to repository B

- Pull image alpine, busybox from repo B
- Check repo B tag status on New UI
Result:
In repo A "Last Pulled" and "Pull Count" status is correct, but in repo B it always null
repo B ->


Comments:
Another case: Push image redis to repo A, then repo B, pull from any repo, both keep null