cjbehm
cjbehm
An update that in fact we are _only_ seeing this on 0.19.2 and .3 -- our original downgrade back to 0.17.5 didn't initially switch so we thought we were still...
Because the error is about authentication, we decided to try updating back to 0.19.3 but changing the authentication from GH App to user+token. Previously the error would occur after a...
We've now been running a 0.19.3 Atlantis version since June 9 using the user+token with no errors. We'd very much like to use the GH App route again, but it...
@komljen Yeah, we've now been able to run for multiple days with 0.19.3 and the user+token authentication instead of GH App. With the GH App authentication, we could only go...
@jamengual I'm not using the GH team allow list feature, just was confirming @komljen 's comment, so I can't test that out (also the gh team list feature was added...
Could Atlantis request and log rate limit info in its query per https://docs.github.com/en/graphql/overview/resource-limitations ? It's hard to imagine throttling as the source when our problem in #2285 disappeared by switching...
I also started seeing these after upgrading a random old toy project from bevy 0.7. Super simple cargo ``` [dependencies] bevy = {version = "0.12.0"} bevy_egui = "0.23" bevy-inspector-egui =...
There is a workaround, although whether it is a better or worse option than disabling Amethyst temporarily probably depends a lot on how you use your system. You can add...