ranking-agent / strider

A TRAPI-compliant component of ARAGORN that queries distributed KPs and assembles answers to user questions.
MIT License
3 stars 0 forks source link

Max process time #386

Closed uhbrar closed 2 years ago

uhbrar commented 2 years ago

Adds max_process_time

uhbrar commented 2 years ago

I've added a process status communication to the message being sent. Since multiquery tells ARAGORN when all processes are finished, and one of them is killed in this process, multiquery already sends a "finished" signal. Therefore, it's not necessary for multiquery to also utilize this timeout signal.