klesh commented on issue #7478: URL: https://github.com/apache/incubator-devlake/issues/7478#issuecomment-2134483521
@pimguilherme Yup, you are correct, the token for Github App should be refreshed when expires automatically. The proxy endpoint is the perfect proof of the problem because the token is requested once when ApiClient gets instantiated and [the proxy helper caches it ](https://github.com/apache/incubator-devlake/blob/5b47e48d8a07d40a423d22430d6f53685895c39d/backend/helpers/pluginhelper/api/ds_remote_api_proxy_api.go#L71) so the token expires one hour later. It might take a while to fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
