Update/Remove the Hook #2182
ShivamSinghal9
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am trying to implement batch queries but every time the AddHook method is called, it adds a new hook to the redis client for each request, because of which every time a new request is made the entire process is executed for each hook, causing a log to be generated for each run. which is causing issue with the performance.
Is there any way we can limit the number of hook to one or any way by which we can update or remove the hook.
Or is there any way by which we can update the hook body?
Beta Was this translation helpful? Give feedback.
All reactions