Manually recreate request context? #5234
Unanswered
TitaniumHocker
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@TitaniumHocker I have a similar usecase, did you find a way to achieve this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
In my application I'm trying to implement something like "batch" requests to my API. In this case I wan't each request from the batch to be processed like separate request to API. To implement this I need to recreate request and application contexts.
I stuck on part where I need to pass an environ to
current_app.request_context
method.Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions