cloud-gov / product

Program-level artifacts, workflow and issues for cloud.gov
Creative Commons Zero v1.0 Universal
29 stars 15 forks source link

Fix api failure for stale-keys #2889

Closed rcgottlieb closed 5 months ago

rcgottlieb commented 5 months ago

The ORM being used for stale-keys has an issue with a get_or_create command that is failing. This ticket is to fix that by not using it and writing out the extra code to implement this.

rcgottlieb commented 5 months ago

I'm closing this for now as it seems to be working. I'm going to keep my eye on it and either reopen this ticket or make a new one if there is something more specific I can see happening.