Server Hook to use when process running in the background #3114
Unanswered
ArijitSinghEDA
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following configuration:
After I send a request using Postman, I get none of the print statements in the server hooks
pre_request
andpost_request
.My objective is to initialize one worker for each request, and then kill the worker after completing the process. This is to avoid/minimise the memory leak.
Beta Was this translation helpful? Give feedback.
All reactions