Help with refresh credential #841
Unanswered
JiHyeongSeo
asked this question in
Q&A
Replies: 2 comments 2 replies
-
confirmed your issue to the very first discussion so we can figure out what's going on first |
Beta Was this translation helpful? Give feedback.
0 replies
-
strange, I don't see where a yield can happen in that flow to generate that issue, perhaps related to this: https://bugs.python.org/issue39116 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I am fetching data from dynamodb using django and aioboto3.
Usually there were no bugs, but after a few days intermittently, the following bugs occur.
The python package version is shown below.
The django code is below.
Currently, the django server is running in aws' elasticbeanstalk environment. And elasticbeanstalk ec2 is given iam role. I don't know why I keep getting credential issues intermittently.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions