Open toolness opened 7 years ago
As a workaround, I'm debating just making the sync a full sync every time, and making it happen less often (an hourly sync would be fine, even more than enough). Even with a few hundred issues now, a full sync takes less than a minute.
As described in https://github.com/18F/tts-bug-bounty-dashboard/pull/21#issuecomment-311340592:
Current workarounds are to run
manage.py h1sync --all
or manually clear the last synced at field from theSingletonMetadata
/dashboard settings admin in the admin UI (#28).Alex has told me they're working on a fix in their API for this, so hopefully this problem will be easy to fix soon (or it could just go away entirely, depending on the nature of the API change).