Replies: 1 comment
-
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: The Hi @ruqianq, Thanks for your detailed question. It highlights an important aspect of working with ADK's lifecycle and plugins.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’m experimenting with after_run_callback in a custom plugin.
My goal: after an agent run finishes, I call an external API to process about 100 rows in a DataFrame, then post results back.
The problem:
The callback consistently hits a timeout error (message says default is set to 5 s).
I haven’t found a way to override or pass None to the timeout parameter.
My questions:
Is there a supported way to change or disable the 5 s timeout for runner-end callbacks?
What patterns are recommended if I need to run heavier post-processing right after the runner finishes? and the hard requirement is it has to run with my agent workflow
Or is there a built-in mechanism for “post-run jobs” other than the callbacks?
Any guidance or examples would be greatly appreciated. Thanks! 🙏
Beta Was this translation helpful? Give feedback.
All reactions