librariesio / libraries.io

:books: The Open Source Discovery Service
https://libraries.io
GNU Affero General Public License v3.0
1.1k stars 204 forks source link

Temporarily Disable Maintenance Stat Worker #3218

Closed mikeyoung85 closed 9 months ago

mikeyoung85 commented 9 months ago

There is something going on with AuthTokens when we try to find one to use for GraphQL calls to GitHub. Right now our workers can't find one to use so they spin for a very long time trying to find one which clogs up all the queues. This PR should no-op the worker and allow the other work to go through while we figure out what is happening.