πΊπΈUnited States vchen
Tried patch #73. It seemed to have fixed the problem at first. It passed multiple tests on different environments including prod, but then it happened again.
In my redirect settings, I have it to Delete redirects that have not been accessed for 1 yr and delete a max of 10 redirects per cron run.
The patch was applied, cleared cache, updated the db, which applied the db updates (Redirect 7105 Adds the {redirect}.created field.).
When I ran cron manually via drush, the redirects with count = 0 stayed.
When the cron ran automatically as scheduled, the redirects with count = 0 are gone again.