Async response example #2079
Unanswered
goodidea-kp
asked this question in
Questions
Replies: 1 comment
-
Going by design, I would suggest offloading the task into a worker through a queue like rabbitmq with celery-rs and just return the 202 directly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to run a long running process on server, but return status 202 immediately, when process triggered. Also I need to keep reference on Future, otherwise long running process died. Please help to figure out.
Beta Was this translation helpful? Give feedback.
All reactions