You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to log the request id of the requests executed using futures.concurrent.
But the request_id is None due to the request context executing only one request at a time.
I want to log the request id of the requests executed using futures.concurrent.
But the request_id is None due to the request context executing only one request at a time.
The output obtained is attached:
The minimal code to reproduce bug is:
But if I run the below code without futures.concurrent, the request_id is present as intended:
Is there a way to make it work with asynchronous concurrent .futures?
The text was updated successfully, but these errors were encountered: